summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZarathustra2 <dario.heinisch@gmail.com>2019-07-31 10:39:58 +0200
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-08-14 08:22:09 -0700
commitcd487823d3e38d655f52459ea02b18c76e002860 (patch)
tree490dac7632a11c3a8b745369d30717d4ac90bb9a /.travis.yml
parent4aa737d06685eef0e68adfac45f7de16dedb7c93 (diff)
downloadisort-cd487823d3e38d655f52459ea02b18c76e002860.tar.gz
Travis Import Error: exporting Pythonpath before install
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 28ee6346..78622c9f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,7 @@ matrix:
before_install:
- "./scripts/before_install.sh"
+- "export PYTHONPATH=$PYTHONPATH:$(pwd)"
install:
- pip install tox
script: