Make tox.ini in sync with requirements.txt

This commit is contained in:
Wan Liuyang 2018-03-06 21:32:08 +08:00
parent 0fb9bde959
commit c0b86d6614

View File

@ -3,9 +3,5 @@ skipsdist = true
envlist = py36
[testenv]
deps =
binaryornot
flake8==3.5.0
pytest-cookies
sh
deps = -rrequirements.txt
commands = pytest {posargs:./tests}