[dev-requirements.txt] add pytest and tox to dev-requirements.txt

In theory only pytest would be required for devs to run the tests locally, but we also use tox for setting up the test virtualenvs on the CI.
This commit is contained in:
Cosimo Lupo 2016-02-06 22:15:02 +00:00
parent 41dff8456e
commit 258cb84c52

2
dev-requirements.txt Normal file
View File

@ -0,0 +1,2 @@
pytest>=2.8
tox>=2.3