summaryrefslogtreecommitdiffstats
path: root/utils/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'utils/tox.ini')
-rw-r--r--utils/tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/utils/tox.ini b/utils/tox.ini
index 1308f7505..2a29d1525 100644
--- a/utils/tox.ini
+++ b/utils/tox.ini
@@ -11,6 +11,9 @@ deps =
-rtest-requirements.txt
py35-flake8: flake8-bugbear
commands =
+ # Needed to make detox work, since it ignores usedevelop
+ # https://github.com/tox-dev/tox/issues/180
+ unit: pip install -e .
+ unit: pytest
flake8: python setup.py flake8
- unit: python setup.py nosetests
pylint: python setup.py lint