forked from orbit-oss/flask
Changed build matrix for travis
This commit is contained in:
parent
964174931d
commit
2740595624
3 changed files with 17 additions and 1 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -6,8 +6,18 @@ python:
|
|||
- pypy
|
||||
- 3.3
|
||||
|
||||
env:
|
||||
- REQUIREMENTS=lowest
|
||||
- REQUIREMENTS=devel
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
# Python 3 support currently does not work with lowest requirements
|
||||
- python: "3.3"
|
||||
env: REQUIREMENTS=lowest
|
||||
|
||||
install:
|
||||
- pip install git+git://github.com/mitsuhiko/werkzeug.git#egg=Werkzeug
|
||||
- pip install -r .travis-$REQUIREMENTS-requirements.txt
|
||||
- pip install --editable .
|
||||
|
||||
script: make test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue