diff options
| author | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-03 19:05:59 +0000 |
|---|---|---|
| committer | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-03 19:05:59 +0000 |
| commit | 94513614a114e19dbb1cfeced5d94560e4473005 (patch) | |
| tree | bb18398ea91ed7f3e600a96b8a3f5e41b3011029 /tox.ini | |
| parent | 33c76fab16b80f32a04f83e1653d4f809c22d3bd (diff) | |
| download | python-troveclient-94513614a114e19dbb1cfeced5d94560e4473005.tar.gz | |
Work toward Python 3.4 support and testing
Change-Id: I4a9c0444af0abf408ffd3899106f4cacf3c93aa1
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # Python Trove Client [tox] -envlist = py26,py27,py33,pypy,pep8 +envlist = py26,py27,py33,py34,pypy,pep8 minversion = 1.6 skipsdist = True |
