tox.ini: remove duplicate install of authentic2

This commit is contained in:
Benjamin Dauvergne 2016-02-25 00:38:00 +01:00
parent ab48782517
commit 0a9e7d12ec
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ deps = pytest
http://git.entrouvert.org/authentic.git/snapshot/authentic-master.tar.bz2
django-kerberos
commands =
pip install -e ../authentic2
py.test {posargs:--nomigrations tests}
[testenv:package]