From d263e40875b2d7bea9659df905dc3bb94a42a30e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 6 Mar 2014 10:30:36 -0500 Subject: Exercise ez_setup.py now using the new version command line parameter. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1