commit | 6583b5f1acea9490351a286a5bab18d10b787292 | [log] [tgz] |
---|---|---|
author | Thomas Herve <therve@redhat.com> | Mon Jul 24 14:53:20 2017 +0200 |
committer | Thomas Herve <therve@redhat.com> | Mon Jul 24 14:54:14 2017 +0200 |
tree | d23501d13da31b67f9ac2b29a7e68f51ded47e75 | |
parent | afaac35b7eb9609faa4c3d61261ca8e9f60e0d20 [diff] [blame] |
Declare compatibility with python 3.5 To be able to run the tests with py3, we need to declare the right classifier. Change-Id: I6ba0cda5af99721fbd3fe28a1bf107a38c08b195
diff --git a/tox.ini b/tox.ini index 4d10a0a..196d873 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py34,py27,flake8 +envlist = py35,py27,flake8 skipsdist = True [testenv]