Remove requirements.txt from tox.ini in favor of explicit testenv deps

This commit is contained in:
Raphael Pierzina 2015-11-09 00:41:35 +01:00
parent adf10a03ba
commit 54267d0dce

View File

@ -4,6 +4,8 @@ envlist = py27,py34,py35
[testenv]
deps =
-rrequirements.txt
binaryornot
flake8
pytest-cookies
sh
commands = py.test {posargs:tests}