diff options
author | TerryHowe <terrylhowe@gmail.com> | 2015-07-16 14:52:24 -0600 |
---|---|---|
committer | TerryHowe <terrylhowe@gmail.com> | 2015-07-16 14:52:24 -0600 |
commit | b292db766ff49a9d34a9b8877440add6d0253335 (patch) | |
tree | dd4b5695f38a07bb95020019eba6153cc340671e | |
parent | b74df460a821d522d78ee76ba699bc4265efa2bc (diff) | |
download | os-client-config-b292db766ff49a9d34a9b8877440add6d0253335.tar.gz |
Remove py26 and py33 from tox.ini
Change-Id: I79a9dceffc0432398bda70949db2e523cbbff515
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py33,py34,py26,py27,pypy,pep8 +envlist = py34,py27,pypy,pep8 skipsdist = True [testenv] |