summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:11 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-22 13:31:49 +0000
commit2793ad9c578ff464d6c2b6e91661bbe780227149 (patch)
tree2d05ebe32e882ce75ed057e6eeb7a821163d087d
parentb3610f0c7e169f207df279118bc6d1f5aecf45fa (diff)
downloadoslotest-2793ad9c578ff464d6c2b6e91661bbe780227149.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I111d9d6478d4119209dff06aa712aa4cdd61eaa4
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 134b31e..439b175 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
distribute = False
-envlist = py33,py26,py27,pep8
+envlist = py33,py34,py26,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}