summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2016-05-30 22:10:03 +0200
committerThomas Waldmann <tw@waldmann-edv.de>2016-05-30 22:10:03 +0200
commitc15787852a0646ef02777a26f844b850156cc297 (patch)
tree5c85946d44329d0058b383a919a8e448ed1e0449 /tox.ini
parent7e0ea1635a42bb4507282e661f261799fc2f5329 (diff)
tox.ini: remove changedir
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index d445d2f90..9adf926db 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,9 +5,6 @@
envlist = py{34,35,36},flake8
[testenv]
-# Change dir to avoid import problem for cython code. The directory does
-# not really matter, should be just different from the toplevel dir.
-changedir = {toxworkdir}
deps =
-rrequirements.d/development.txt
attic