Commit d263e408 authored by Jason R. Coombs's avatar Jason R. Coombs

Exercise ez_setup.py now using the new version command line parameter.

parent 65f1b9b4
......@@ -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
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