diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 09:54:32 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-03-06 09:54:32 -0500 |
commit | 4a641d6b17ca46fd04d3d5f75c80809bf32ad75d (patch) | |
tree | f5f0c9f509be83c8d171cde2eb8ebd8c0ba61300 | |
parent | 418afc938ef45cbedb7cbf37f11133725c43f6c4 (diff) | |
download | external_python_setuptools-4a641d6b17ca46fd04d3d5f75c80809bf32ad75d.tar.gz external_python_setuptools-4a641d6b17ca46fd04d3d5f75c80809bf32ad75d.tar.bz2 external_python_setuptools-4a641d6b17ca46fd04d3d5f75c80809bf32ad75d.zip |
The DEFAULT_VERSION won't be present. Try an earlier vesion.
-rw-r--r-- | .travis.yml | 2 |
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 |