summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2016-07-27 15:27:30 +0200
committerJulien Danjou <julien@danjou.info>2016-07-27 15:27:30 +0200
commitf0faf477afe22f691e586900dcd8abaaccbb767c (patch)
treeeddc82a7a89915910688500e2167ccce2781080c /tox.ini
parentcfea4aed4aed208358560f9d70b4cbd3d577fc50 (diff)
downloadpython-ceilometerclient-f0faf477afe22f691e586900dcd8abaaccbb767c.tar.gz
Add support for Python 3.5
This fixes a test that check too much of the output formatting. Just test that some of the values we expect are there. Change-Id: I43a2c2d017bc99ef045ff2e4c5943f1607343ec1
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 50e6353..023352d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py34,py27,pypy,pep8
+envlist = py34,py35,py27,pypy,pep8
minversion = 1.6
skipsdist = True