tox.ini: remove changedir

This commit is contained in:
Thomas Waldmann 2016-05-30 22:10:03 +02:00
parent 7e0ea1635a
commit c15787852a
1 changed files with 0 additions and 3 deletions

View File

@ -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