summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-01 16:21:17 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-01 16:21:17 -0400
commitba9c41335311efe36ac38a061bdceef7633968d1 (patch)
treeb5e85c74155a11cdb7c07df62edfc31d71a0c4da
parent5eac25d201c836281793688282d7659670856d11 (diff)
downloadpython-setuptools-git-5.4.2.tar.gz
Omit sudo. Hope pytest is in the virtualenv5.4.2
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 23a1986a..3077778a 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
- - pushd /tmp; sudo python -m easy_install 'pytest<2.6'; popd
+ - pushd /tmp; python -m easy_install 'pytest<2.6'; popd
- python setup.py test
- python setup.py ptr
- python ez_setup.py --version 5.4.1