aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-06 10:30:36 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-03-06 10:30:36 -0500
commitd263e40875b2d7bea9659df905dc3bb94a42a30e (patch)
tree38fc33d5ee06e8b7c36b152ee4d67db28cc4e78b
parent65f1b9b492d38e014be35489ffda591ce40552db (diff)
downloadexternal_python_setuptools-d263e40875b2d7bea9659df905dc3bb94a42a30e.tar.gz
external_python_setuptools-d263e40875b2d7bea9659df905dc3bb94a42a30e.tar.bz2
external_python_setuptools-d263e40875b2d7bea9659df905dc3bb94a42a30e.zip
Exercise ez_setup.py now using the new version command line parameter.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 819885a6..90b715d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ python:
# command to run tests
script:
- python setup.py test
- - python -c "import ez_setup; ez_setup.main('3.0.2')" --user
+ - python ez_setup.py --version 3.0.2 --user