summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.im>2018-07-31 08:41:55 +0200
committerIlya Etingof <etingof@gmail.com>2018-07-31 08:41:55 +0200
commit2048a9230312caa51486b42b590956f72a6d3f8f (patch)
tree512c9ddb2adc7149347cb4998ea09a0ed9f8d226 /tox.ini
parent3e8fd37ee1f6b736ed4ac8a3351e120e976667ae (diff)
downloadpysnmp-git-2048a9230312caa51486b42b590956f72a6d3f8f.tar.gz
Ensure tests run through tox are using the expected Python executable (#175)
Otherwise, they are likely to use the system python.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index af983437..88539239 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[envlist]
-envlist = py{26,27,33,34,35,36}
+envlist = py{26,27,33,34,35,36,37}
[testenv]
-commands = {toxinidir}/runtests.sh
+commands = {toxinidir}/runtests.sh {envpython}