Fix supported python versions

This commit is contained in:
Matthew Treinish 2016-08-31 16:22:36 -04:00
parent 75cd6edad2
commit 8ebe7acd06
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
2 changed files with 2 additions and 1 deletions

View File

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

View File

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