summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-01 16:05:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-01 16:05:07 -0400
commitd522cd5a6dfe5c1ffaca3563b7a55637ed388901 (patch)
tree6ab11a2140f6001a7c0d44962a1cf300de06c55a /.travis.yml
parent7a86cfeb7b300bb12ad0462337b3b13e709d4d96 (diff)
downloadpython-setuptools-bitbucket-d522cd5a6dfe5c1ffaca3563b7a55637ed388901.tar.gz
Use 'python -m' to install to active Python version
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index dc7ed080..957064dc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,7 @@ python:
# command to run tests
script:
# work around https://bitbucket.org/hpk42/pytest/issue/555
- - sudo easy_install 'pytest<2.6'
+ - sudo python -m easy_install 'pytest<2.6'
- python setup.py test
- python setup.py ptr
- python ez_setup.py --version 5.4.1