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 envlist = py36
[testenv] [testenv]
deps = deps = -rrequirements.txt
binaryornot
flake8==3.5.0
pytest-cookies
sh
commands = pytest {posargs:./tests} commands = pytest {posargs:./tests}