Added basepython to coverage tests

Different versions of tox default to different base versions of
python for coverage tests.

This ensures it uses python2.7.

Change-Id: I6137c43b6383909498efae45a197ef05fc00a026
This commit is contained in:
Amelia Cordwell 2017-05-31 13:51:37 +12:00 committed by Gerrit Code Review
parent 818fc97976
commit f6ee662631
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ commands = flake8
commands =
coverage run --source='.' .tox/coverage/bin/adjutant-api test {posargs}
coverage report --include adjutant/* -m
basepython = python2.7
[flake8]
ignore = D100,D101,D102,D103,D104,D105,D200,D203,D202,D204,D205,D208,D400,D401