diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 09:50:34 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 09:50:34 -0500 |
commit | 418afc938ef45cbedb7cbf37f11133725c43f6c4 (patch) | |
tree | a9291d240e5d5947a7dd37fdb22e182b4beef254 | |
parent | b57bf23d249df282af0ae499bb99bcdc2bebcc1c (diff) | |
download | external_python_setuptools-418afc938ef45cbedb7cbf37f11133725c43f6c4.tar.gz external_python_setuptools-418afc938ef45cbedb7cbf37f11133725c43f6c4.tar.bz2 external_python_setuptools-418afc938ef45cbedb7cbf37f11133725c43f6c4.zip |
Try invoking ez_setup.py to ensure it works at a basic level
--HG--
extra : amend_source : 7cb5d6115f9933afd90e5d96a53af9c3ada79b80
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index e13a5d4f..2afa21a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,6 @@ python: - 3.3 - pypy # command to run tests -script: python setup.py test +script: + - python setup.py test + - python ez_setup.py --user |