diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-25 20:18:01 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-25 20:18:01 -0400 |
commit | 2c33dad04fd11ebd7fc8e15d0017ff2dc617e6a3 (patch) | |
tree | bc6f6758d4eebe1beb0f6ee3124f0995b298c606 | |
parent | f57e5a637c6d07f6aad463b3caa0cf047ba7bf50 (diff) | |
download | external_python_setuptools-2c33dad04fd11ebd7fc8e15d0017ff2dc617e6a3.tar.gz external_python_setuptools-2c33dad04fd11ebd7fc8e15d0017ff2dc617e6a3.tar.bz2 external_python_setuptools-2c33dad04fd11ebd7fc8e15d0017ff2dc617e6a3.zip |
Remove workaround for pytest issue
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8122d8bb..22541671 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,6 @@ python: # command to run tests script: - python setup.py egg_info - # testing fix for https://bitbucket.org/hpk42/pytest/issue/555 - - 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 |