]> git.phdru.name Git - ppu.git/blobdiff - tox.ini
Move hard requirements from tox.ini to requirements.txt
[ppu.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index c32d7b62c74511fe2e09df892fc09464419a7f5a..573a0ff549162fba9adef17181bb1c849516442a 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -15,9 +15,7 @@ commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
 deps =
-    pytest
-    pytest-cov
-    py26: argparse
+    -rdevscripts/requirements/requirements_tests.txt
 # Don't fail or warn on uninstalled commands
 whitelist_externals =
     flake8