summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chdent@redhat.com>2015-03-12 16:40:19 +0000
committerChris Dent <chdent@redhat.com>2015-03-12 16:41:34 +0000
commit42207af2f250de82673af13f37b591e8872c81ec (patch)
treece96a8402036bcff49f78c3b65803bcb307ab3e0
parent4fc21b00dca96c7eb852e9a1570e9f190dd6907d (diff)
downloadpython-ceilometerclient-42207af2f250de82673af13f37b591e8872c81ec.tar.gz
Add a py34 target for tox
This helps signal that yes you can (and perhaps should) test this code in Python 3 Change-Id: Ie8facad164a89f631ea849f483fb7a71351f5af2
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ed2658f..2c5a542 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,pypy,pep8
+envlist = py34,py26,py27,pypy,pep8
minversion = 1.6
skipsdist = True