tox.ini: remove pip install authentic2

This commit is contained in:
Benjamin Dauvergne 2016-02-24 16:55:36 +01:00
parent fed6c56c46
commit 3203313b72
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ deps =
pytest-cov
pytest-capturelog
commands =
pip install -e ../authentic2
py.test {posargs:--nomigrations tests}
[testenv:package]