removed unused python-apt

This commit is contained in:
Liam Young
2018-04-16 08:12:51 +00:00
parent f1d08eab4e
commit e29a4cd34e
+1 -1
View File
@@ -7,7 +7,7 @@ skip_missing_interpreters = True
setenv = VIRTUAL_ENV={envdir}
PYTHONHASHSEED=0
install_command =
pip install --allow-unverified python-apt {opts} {packages}
pip install {opts} {packages}
commands = nosetests {posargs} {toxinidir}/unit_tests
[testenv:py34]