Automate pytest using tox (#934)

* Automate pytest using tox

* requirements.txt file updated

* Changed test_requirements.txt and tox.ini

* Added python 3.4 in tox file
This commit is contained in:
Moulik Aggarwal 2018-10-31 06:30:13 +05:30 committed by Karthik Nadig
parent f63825fa15
commit 0a0c66ca9e
2 changed files with 8 additions and 0 deletions

View file

@ -8,3 +8,4 @@ pytest-timeout>=1.3
psutil>=5.4
pygments>=2.2
colorama>=0.3
tox

7
tox.ini Normal file
View file

@ -0,0 +1,7 @@
[tox]
envlist=py27,py34,py35,py36,py37
[testenv]
changedir=pytests
deps=-rtest_requirements.txt
commands=pytest