Remove py34 from tox

py34 is unused anymore and needs to be removed from tox.

Change-Id: I4c0b82b4ee271f7f2806cca56fb1afa640e8a7fd
This commit is contained in:
Vitaliy 2017-04-05 11:54:10 +00:00 committed by Vitaliy Nogin
parent 2788f4f371
commit 172cf873ae
1 changed files with 1 additions and 12 deletions

13
tox.ini
View File

@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,pep8,pylint,docs
envlist = py27,py35,pep8,pylint,docs
skipsdist = True
[testenv]
@ -45,17 +45,6 @@ commands =
rm -f .coverage
rm -rf .testrepository
[testenv:py34]
basepython = python3.4
setenv =
OS_TEST_PATH = ./tests/unit
commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --coverage --testr-args="{posargs}"
# coverage report -m
rm -f .coverage
rm -rf .testrepository
[testenv:py35]
basepython = python3.5
setenv =