Merge pull request #373 from mterzo/rel_0.2
Bounded the latest version of Werkzeug
This commit is contained in:
15
.travis.yml
15
.travis.yml
@@ -5,23 +5,8 @@ python:
|
||||
- "2.7"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
env:
|
||||
- PINNED=TRUE
|
||||
- PINNED=FALSE
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: 2.6
|
||||
env: PINNED=FALSE
|
||||
- python: 2.7
|
||||
env: PINNED=FALSE
|
||||
- python: 3.5
|
||||
env: PINNED=FALSE
|
||||
- python: 3.6
|
||||
env: PINNED=FALSE
|
||||
|
||||
install:
|
||||
- if [ "${PINNED}" == "FALSE" ]; then python scripts/unpin.py; fi
|
||||
- pip install -r requirements.txt
|
||||
- pip install -U -r requirements-test.txt
|
||||
- pip install -q coverage coveralls --use-wheel
|
||||
|
||||
Reference in New Issue
Block a user