diff options
author | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-03 19:06:10 +0000 |
---|---|---|
committer | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-03 19:06:10 +0000 |
commit | e28939f006a8d04cc50f545700c08056cac68172 (patch) | |
tree | 8ba61c2bb3228195baceed32a63e1389acef1670 /tox.ini | |
parent | d37b47f53270f737e8d460666f98a9fd89134b96 (diff) | |
download | stevedore-e28939f006a8d04cc50f545700c08056cac68172.tar.gz |
Work toward Python 3.4 support and testing
Change-Id: I6119bb1420d6eb318215a656424f01cca6a3146c
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py32,py33,pypy,pep8,docs +envlist = py26,py27,py32,py33,py34,pypy,pep8,docs [testenv] deps = |