summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-29 21:29:03 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-29 21:29:03 -0400
commit1d82cc3348f6a35e8a93923079fbd7af8317b5b8 (patch)
tree5997656e416f633a0d9e209f426c5f9b2fa4c1dc
parent459fa2041143a2ee9a221b21191d5dfc5d444ebd (diff)
downloadpython-setuptools-bitbucket-1d82cc3348f6a35e8a93923079fbd7af8317b5b8.tar.gz
Try adding six to PYTHONPATH
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc387f46..f3dba4f8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ python:
- pypy
# command to run tests
script:
+ - export PYTHONPATH=`pwd`/six-*.egg
# testing fix for https://bitbucket.org/hpk42/pytest/issue/555
- pip install --pre -i https://devpi.net/hpk/dev/ --upgrade pytest
- python setup.py test