summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorZarathustra2 <dario.heinisch@gmail.com>2019-08-03 19:24:38 +0200
committerTimothy Edmund Crosley <timothy.crosley@gmail.com>2019-08-14 08:22:09 -0700
commitb496146619d555961bf29acab606ee105c23d40c (patch)
treeb4c11c0f87f9b7feb0ff3da51ff25fd4e4752710 /.travis.yml
parentcd487823d3e38d655f52459ea02b18c76e002860 (diff)
downloadisort-b496146619d555961bf29acab606ee105c23d40c.tar.gz
Fixed import error by using find_packages() in setup.py. Otherwise every package would have to be listed.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 78622c9f..28ee6346 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,6 @@ matrix:
before_install:
- "./scripts/before_install.sh"
-- "export PYTHONPATH=$PYTHONPATH:$(pwd)"
install:
- pip install tox
script: