travis: try using --upgrade to get the py.test version conflict sorted
This commit is contained in:
parent
bff859e904
commit
4e6029cd93
@ -4,7 +4,7 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
install:
|
install:
|
||||||
- "pip install -e . --use-mirrors"
|
- "pip install --upgrade --use-mirrors -e ."
|
||||||
env: SECRET_KEY=justfortravis
|
env: SECRET_KEY=justfortravis
|
||||||
script: "py.test --pep8"
|
script: "py.test --pep8"
|
||||||
notifications:
|
notifications:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user