summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-03-06 09:54:32 -0500
committerJason R. Coombs <jaraco@jaraco.com>2014-03-06 09:54:32 -0500
commit93af9af5c2b256fc6e6ccf5f740016f36dfde428 (patch)
tree5fe0d9cc9e46575a8b09b196580bc724b47e3532 /.travis.yml
parentc150ce91c38f75611010fbd8ff24ceae0c8540ca (diff)
downloadpython-setuptools-bitbucket-93af9af5c2b256fc6e6ccf5f740016f36dfde428.tar.gz
The DEFAULT_VERSION won't be present. Try an earlier vesion.
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 2afa21a7..819885a6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,4 +8,4 @@ python:
# command to run tests
script:
- python setup.py test
- - python ez_setup.py --user
+ - python -c "import ez_setup; ez_setup.main('3.0.2')" --user