From 7d663d744740fe3ae66cefbf4132245d54c0cb40 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Tue, 20 Jun 2017 20:42:25 +0800 Subject: [PATCH] add tox.ini --- tox.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tox.ini diff --git a/tox.ini b/tox.ini new file mode 100644 index 00000000..cc934750 --- /dev/null +++ b/tox.ini @@ -0,0 +1,10 @@ +[tox] +envlist = py27, py33, py34, py35, py36 + +[testenv] +deps = + requests + termcolor + flask +commands = + python -m unittest discover