diff options
| -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 |
