summaryrefslogtreecommitdiffstats
path: root/tox-integration.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox-integration.ini')
-rw-r--r--tox-integration.ini13
1 files changed, 13 insertions, 0 deletions
diff --git a/tox-integration.ini b/tox-integration.ini
new file mode 100644
index 0000000..dfa991f
--- /dev/null
+++ b/tox-integration.ini
@@ -0,0 +1,13 @@
+# 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, py36, py37, py38
+
+[testenv]
+commands = python ./tests/integration_tests.py
+deps =
+ pytest
+ pyyaml