]> git.phdru.name Git - sqlconvert.git/blobdiff - tox.ini
Move hard requirements from tox.ini to requirements.txt
[sqlconvert.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 65e5efff89eb06d861822cbfe2b668e07b12db2a..0e276dcb340e5fe6d82b14eac08fae148403f404 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -13,15 +13,7 @@ commands =
     {envpython} --version
     {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
 deps =
-    pytest
-    pytest-cov
-    py26: argparse
-    sqlparse
-    py2{6,7}: SQLObject>=2.2.1
-    py3{4,5,6}: SQLObject>=3.0.0
-    m_lib>=3.1
-    m_lib.defenc>=1.0
-    ppu
+    -rdevscripts/requirements/requirements_tests.txt
     postgres: psycopg2
 sitepackages = True
 # Don't fail or warn on uninstalled commands