aboutsummaryrefslogtreecommitdiffstats
path: root/heatbridge/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'heatbridge/tox.ini')
-rw-r--r--heatbridge/tox.ini7
1 files changed, 2 insertions, 5 deletions
diff --git a/heatbridge/tox.ini b/heatbridge/tox.ini
index bb7d455..9ff8ea3 100644
--- a/heatbridge/tox.ini
+++ b/heatbridge/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27,py3
+envlist = py27
modules =
heatbridge
@@ -20,12 +20,9 @@ changedir = {toxinidir}
commands =
flake8 --max-line-length 120 {[tox]modules}
-[testenv:py3]
-basepython = python3
-
[testenv:py27]
basepython = python2.7
-commands = {envpython} setup.py test
+commands = pytest
[testenv:pylint]
basepython = python3