diff options
author | mattsb42-aws <bullocm@amazon.com> | 2018-02-09 11:25:12 -0800 |
---|---|---|
committer | Ilya Etingof <etingof@gmail.com> | 2018-07-31 08:54:58 +0200 |
commit | 5e13765c6e9a4fec4fc4010be0746fda951bc59b (patch) | |
tree | ff6468cbe5dc5b9a22999ef52b5e618eb287a119 | |
parent | e25f1287e0f39dd65d0ca8bc6324f8d1fc575b1e (diff) | |
download | pysnmp-git-5e13765c6e9a4fec4fc4010be0746fda951bc59b.tar.gz |
adding py33 to the tox auto-run environments
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [envlist] -envlist = py{27,34,35,36} +envlist = py{26,27,33,34,35,36} [testenv] commands = {toxinidir}/runtests.sh |