summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:07 +0000
committerJeremy Stanley <fungi@yuggoth.org>2014-09-03 19:05:07 +0000
commite2f0469f9e7b6a39459a17877563389010f2e015 (patch)
tree12b0fd4b9cb69dde9ac00ff2e5b6537b79cee402
parent76c3f502e835bd841d28014e815ee55f92c03399 (diff)
downloadoslo-vmware-e2f0469f9e7b6a39459a17877563389010f2e015.tar.gz
Work toward Python 3.4 support and testing
Change-Id: I90cd6a6785cf6062e0a1aa11e61b69281e98668f
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 06e8ab6..5245fd5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
-envlist = py26,py27,py33,pep8
+envlist = py26,py27,py33,py34,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}