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
commit28ad58b6655b09b9b3e602b2c97eceeb98a7cf9d (patch)
tree86698f8416d487a2daa6a9c9e24a4526983f5d8d /.travis.yml
parent8b1cd5ffa7cff7de258e11199fa2ae69ac951c4d (diff)
downloadpython-setuptools-git-28ad58b6655b09b9b3e602b2c97eceeb98a7cf9d.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