travis: try using --upgrade to get the py.test version conflict sorted

This commit is contained in:
Thomas Waldmann 2013-11-19 07:18:07 +01:00
parent bff859e904
commit 4e6029cd93

View File

@ -4,7 +4,7 @@ python:
- "2.7"
- "pypy"
install:
- "pip install -e . --use-mirrors"
- "pip install --upgrade --use-mirrors -e ."
env: SECRET_KEY=justfortravis
script: "py.test --pep8"
notifications: