From 8de3497e361c7d8050a232f4682988ed4ed59734 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Thu, 4 Feb 2016 16:59:28 -0500 Subject: tox: use test-requirements.txt and requirements.txt This just allows stops us from repeating ourselves in tox.ini from what is in test-requirements and requirements.txt. --- tox.ini | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3619edf4..849481f0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,16 +1,11 @@ [tox] -envlist = py26,py27,py34 +envlist = py27,py34 recreate = True [testenv] commands = python -m nose {posargs:tests} -deps = - contextlib2 - httpretty>=0.7.1 - mock - nose - pep8==1.5.7 - pyflakes +deps = -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt # https://github.com/gabrielfalcao/HTTPretty/issues/223 setenv = -- cgit v1.2.3