diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-07 08:13:15 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-08-07 08:13:15 -0400 |
| commit | f18617330c7c34684c7cd8e7d2fbb9873e12e874 (patch) | |
| tree | 036cf87815f8db85cdc332aac0a5401c5728ed3a | |
| parent | 0ce646ec0138c76d9cf7a1a25103a865a54f18fa (diff) | |
| download | python-setuptools-git-f18617330c7c34684c7cd8e7d2fbb9873e12e874.tar.gz | |
Indicate upgrade to test pytest-555
| -rw-r--r-- | .travis.yml | 2 |
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 |
