diff options
author | Julien Danjou <julien@danjou.info> | 2016-07-27 15:27:30 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2016-07-27 15:27:30 +0200 |
commit | f0faf477afe22f691e586900dcd8abaaccbb767c (patch) | |
tree | eddc82a7a89915910688500e2167ccce2781080c /tox.ini | |
parent | cfea4aed4aed208358560f9d70b4cbd3d577fc50 (diff) | |
download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py34,py27,pypy,pep8 +envlist = py34,py35,py27,pypy,pep8 minversion = 1.6 skipsdist = True |