Drop py34 target in tox.ini

We support py35 now.so it is no need to keep
the supoort for py34.

Change-Id: I7f1ff8a12e11441a6a64914bbbe0e5465e89c344
This commit is contained in:
Nguyen Van Trung 2018-01-29 10:15:04 +07:00
parent 10aedf08b0
commit 928d45861b
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py{35,34,27},pep8,pypy
envlist = py{35,27},pep8,pypy
[testenv]
usedevelop = True