diff options
| author | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-03 19:05:47 +0000 |
|---|---|---|
| committer | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-03 19:05:47 +0000 |
| commit | 181166f81bde6e96f42c2adc6dccb000312c68c0 (patch) | |
| tree | aea319e810764bac59ef2b2a4c6161db2217ec76 | |
| parent | 1eb7aba2c9bea877b840703cf158c76b9c066b4b (diff) | |
| download | python-openstackclient-181166f81bde6e96f42c2adc6dccb000312c68c0.tar.gz | |
Work toward Python 3.4 support and testing
Change-Id: I70d8cf0971d18b9b2eb967e28cedecc897721f58
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py26,py27,py33,pep8 +envlist = py26,py27,py33,py34,pep8 skipdist = True [testenv] |
