aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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