summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authormattsb42-aws <bullocm@amazon.com>2018-02-09 11:18:01 -0800
committermattsb42-aws <bullocm@amazon.com>2018-02-09 11:18:01 -0800
commitb0b141cf75a39613ebc58e0c6c018fc01287fb08 (patch)
tree9596192170c6171b44e31d0d02e6061df4a4c7d7 /tox.ini
parentf31ff816e74f9ab1b9d518215b2a77ab6ed64141 (diff)
downloadpysnmp-git-b0b141cf75a39613ebc58e0c6c018fc01287fb08.tar.gz
fixing Python 2.6 dependency issue
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5aa494dd..728030cc 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[envlist]
-envlist = py{27,34,35,36}
+envlist = py{26,27,34,35,36}
[testenv]
commands = {toxinidir}/runtests.sh