Added py35 environement configuration to tox.ini

Change-Id: I7fdf27e8f9263625e1fd1e2a34c015eaf4251792
(cherry picked from commit 783577fddc)
This commit is contained in:
Saad Zaher 2016-11-17 14:14:14 +00:00 committed by Vitaliy Nogin
parent daa457c796
commit a8ba5850e8
1 changed files with 12 additions and 1 deletions

13
tox.ini
View File

@ -56,6 +56,17 @@ commands =
rm -f .coverage
rm -rf .testrepository
[testenv:py35]
basepython = python3.5
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:pep8]
commands = flake8 freezer_dr
@ -72,4 +83,4 @@ commands = pylint --rcfile .pylintrc freezer_dr
ignore = H
select = H102, H103, H201, H501, H903, H201, H306, H301, H233
show-source = True
exclude = .venv,.tox,dist,doc,test,*egg,tests
exclude = .venv,.tox,dist,doc,test,*egg,tests