Remove py33 from tox envlist

Change-Id: Ie94e19c3f09687601d5c8f3736ff0a110646ea14
This commit is contained in:
Julien Danjou 2016-07-21 13:01:13 +02:00
parent 7f502e2c04
commit d72a7cfc37
2 changed files with 1 additions and 2 deletions

View File

@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.8
envlist = py33,py34,py27,pypy,pep8
envlist = py34,py27,pypy,pep8
skipsdist = True
[testenv]