summaryrefslogtreecommitdiff
path: root/.travis.yml
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
commitc24352747111ac2a8fe0aa41e5bdfbb429367f2f (patch)
tree98dd2165e48aef868d80ccf9d8ca4a75b0dba08c /.travis.yml
parent163707a398fe03c464c96605a2521c3aff912bd4 (diff)
downloadpython-setuptools-bitbucket-c24352747111ac2a8fe0aa41e5bdfbb429367f2f.tar.gz
Exercise ez_setup.py now using the new version command line parameter.
Diffstat (limited to '.travis.yml')
-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