diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-25 20:15:43 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-10-25 20:15:43 -0400 |
commit | f57e5a637c6d07f6aad463b3caa0cf047ba7bf50 (patch) | |
tree | d8ff5552ff84c6ed8f53f69e83b53debcc442c2c | |
parent | ea346ec92092e3bd8d8c07f0522de5e9d1081f00 (diff) | |
download | external_python_setuptools-f57e5a637c6d07f6aad463b3caa0cf047ba7bf50.tar.gz external_python_setuptools-f57e5a637c6d07f6aad463b3caa0cf047ba7bf50.tar.bz2 external_python_setuptools-f57e5a637c6d07f6aad463b3caa0cf047ba7bf50.zip |
Build the egg_info before running tests
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bc387f46..8122d8bb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ python: - pypy # 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 |