diff options
author | Tim Burke <tim.burke@gmail.com> | 2015-10-01 12:31:12 -0700 |
---|---|---|
committer | Tim Burke <tim.burke@gmail.com> | 2015-10-01 12:31:12 -0700 |
commit | 1b0567b6c7634fad64ff37fa0000893febfc9cc5 (patch) | |
tree | 79c7e109d9a6b4a90a7fc22dc61fa3b5ec2c48d0 /tox.ini | |
parent | c90547b5d4304a3f62ba5aa1e78aa620f7dcc1c5 (diff) | |
download | python-swiftclient-1b0567b6c7634fad64ff37fa0000893febfc9cc5.tar.gz |
Add py35 to default tox environments
Change-Id: Ib10eab87b791da561b82c9522ba2686d24966c2d
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,py33,py34,pypy,pep8 +envlist = py26,py27,py33,py34,py35,pypy,pep8 minversion = 1.6 skipsdist = True |