Add initial codes
[it/test.git] / ric_robot_suite / ric-python-utils / tox.ini
diff --git a/ric_robot_suite/ric-python-utils/tox.ini b/ric_robot_suite/ric-python-utils/tox.ini
new file mode 100644 (file)
index 0000000..7c1819d
--- /dev/null
@@ -0,0 +1,11 @@
+# Tox (https://tox.readthedocs.io/) is a tool for running tests
+# in multiple virtualenvs. This configuration file will run the
+# test suite on all supported python versions. To use it, "pip install tox"
+# and then run "tox" from this directory.
+
+[tox]
+envlist = py27
+
+[testenv]
+commands =  {envpython} setup.py test
+deps =