summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2017-02-15 15:03:20 -0500
committerDR695H <dr695h@att.com>2017-02-15 17:10:56 -0500
commit1532d5b6c663d3c7e64260b28d3c7236f12eaf1d (patch)
treed103704eca376c5ffaee2f5acf0054ce28985040 /tox.ini
parent40926ce80db82e73366fa64f57cc9d1d381ae43b (diff)
Initial OpenECOMP Temporary Heatbridge commit
Change-Id: Ifb183a84f596d7adacd68ca0f9b1e3780311036a Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
new file mode 100644
index 0000000..09b4c98
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,12 @@
+# 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 =
+