summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-08-01 16:15:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-08-01 16:15:35 -0400
commit905a8f0ce54f63180321fdaa7e5b35b7600d7f28 (patch)
treed3db82da6dbd159bea2819ebf1925c406ce78cb5 /.travis.yml
parentd522cd5a6dfe5c1ffaca3563b7a55637ed388901 (diff)
downloadpython-setuptools-bitbucket-905a8f0ce54f63180321fdaa7e5b35b7600d7f28.tar.gz
Try running not in the context of the project under test
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 957064dc..23a1986a 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 python -m easy_install 'pytest<2.6'
+ - pushd /tmp; sudo python -m easy_install 'pytest<2.6'; popd
- python setup.py test
- python setup.py ptr
- python ez_setup.py --version 5.4.1