From 0908985916de3dd9916252b62c7500d0dbe4c879 Mon Sep 17 00:00:00 2001 From: "Martin A. Brown" Date: Wed, 11 May 2016 08:57:29 -0700 Subject: [PATCH] add py35 to tox list --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 974d8f7..e2abd4f 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,8 @@ # and then run "tox" from this directory. [tox] -envlist = py27, py34 +envlist = py27, py34, py35 +skip_missing_interpreters = True [testenv] commands = {envpython} setup.py test