summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini23
1 files changed, 23 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 00000000..638e17f9
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,23 @@
+# Tox (http://tox.testrun.org/) is a tool for running tests
+# Install:
+# pip install tox
+# Run:
+# tox
+
+[tox]
+envlist = py27, py34
+
+[testenv]
+deps =
+ flake8
+ requests
+ psutil
+ bottle
+ batinfo
+ https://bitbucket.org/gleb_zhulik/py3sensors/get/tip.tar.gz
+commands =
+ python unitest.py
+ python unitest-restful.py
+ python unitest-xmlrpc.py
+ #flake8 --exclude=build,.tox,.git
+