Commit 4a641d6b authored by Jason R. Coombs's avatar Jason R. Coombs

The DEFAULT_VERSION won't be present. Try an earlier vesion.

parent 418afc93
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment