add tox.ini

This commit is contained in:
debugtalk
2017-06-20 20:42:25 +08:00
parent f02a5e007e
commit 7d663d7447

10
tox.ini Normal file
View File

@@ -0,0 +1,10 @@
[tox]
envlist = py27, py33, py34, py35, py36
[testenv]
deps =
requests
termcolor
flask
commands =
python -m unittest discover