aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-10-25 20:15:43 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-10-25 20:15:43 -0400
commitf57e5a637c6d07f6aad463b3caa0cf047ba7bf50 (patch)
treed8ff5552ff84c6ed8f53f69e83b53debcc442c2c
parentea346ec92092e3bd8d8c07f0522de5e9d1081f00 (diff)
downloadexternal_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.yml1
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