Remove py34 support in favour of py35

Change-Id: Iceb1a9c54728011a78874c32197391a1d2c5fd67
This commit is contained in:
Fei Long Wang 2017-01-10 13:38:24 +13:00
parent 0cd68efaf5
commit 95b2290ac1
2 changed files with 1 additions and 2 deletions

View File

@ -15,7 +15,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]

View File

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