From 4a641d6b17ca46fd04d3d5f75c80809bf32ad75d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Thu, 6 Mar 2014 09:54:32 -0500 Subject: The DEFAULT_VERSION won't be present. Try an earlier vesion. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3