From: Oleg Broytman Date: Sun, 7 May 2017 11:56:13 +0000 (+0300) Subject: Move hard requirements from tox.ini to requirements.txt X-Git-Tag: 0.0.16~18 X-Git-Url: https://git.phdru.name/?p=m_librarian.git;a=commitdiff_plain;h=6b291135cca79646a47544dec8584f96944ed3de Move hard requirements from tox.ini to requirements.txt Move test requirements to requirements_tests.txt. --- diff --git a/tox.ini b/tox.ini index cd0f99b..0cdfcd4 100644 --- a/tox.ini +++ b/tox.ini @@ -6,12 +6,7 @@ envlist = {py26,py27,py34},{py27,py34}-flake8 # Base test environment settings [testenv] deps = - pytest - pytest-cov - py26: argparse - py26,py27: SQLObject>=2.2.1 - py34: SQLObject>=3.0.0 - m_lib.defenc>=1.0 + -rdevscripts/requirements/requirements_tests.txt sitepackages = True # Don't fail or warn on uninstalled commands whitelist_externals =