summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-07 08:13:15 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-07 08:13:15 -0400
commitcd63524521e9ac6a153e510f40ec4c331b444cf8 (patch)
tree3cb2daa2ab3e1da9543a4ceb0999a7245d700846 /.travis.yml
parentb2850ea326f71365d716ef57c3069846ac7bec92 (diff)
downloadpython-setuptools-bitbucket-cd63524521e9ac6a153e510f40ec4c331b444cf8.tar.gz
Indicate upgrade to test pytest-555
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 18334df4..bc387f46 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ python:
# command to run tests
script:
# testing fix for https://bitbucket.org/hpk42/pytest/issue/555
- - pip install --pre -i https://devpi.net/hpk/dev/ pytest
+ - pip install --pre -i https://devpi.net/hpk/dev/ --upgrade pytest
- python setup.py test
- python setup.py ptr
- python ez_setup.py --version 5.4.1