Merge "Drop py34 target in tox.ini"

This commit is contained in:
Jenkins 2017-04-05 10:39:05 +00:00 committed by Gerrit Code Review
commit 2cd31aeba0
1 changed files with 1 additions and 12 deletions

13
tox.ini
View File

@ -1,5 +1,5 @@
[tox]
envlist = py{35,34,27},pep8,pylint,docs
envlist = py{35,27},pep8,pylint,docs
skipsdist = True
[testenv]
@ -46,17 +46,6 @@ commands =
rm -f .coverage
rm -rf .testrepository
[testenv:py34]
basepython = python3.4
setenv =
OS_TEST_PATH = ./freezer/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 =