Try tox-travis and add Python 3.7
This commit is contained in:
20
tox.ini
20
tox.ini
@@ -1,23 +1,21 @@
|
||||
[tox]
|
||||
envlist = py{35,36},report,check
|
||||
envlist = py{35,36,37},check
|
||||
skip_missing_interpreters = True
|
||||
|
||||
[travis]
|
||||
python =
|
||||
3.7: py37
|
||||
3.6: py36
|
||||
3.5: py35
|
||||
|
||||
[testenv]
|
||||
commands = pytest --cov sigal --cov-report term-missing
|
||||
deps =
|
||||
-r {toxinidir}/requirements.txt
|
||||
pytest
|
||||
pytest-cov
|
||||
|
||||
[testenv:report]
|
||||
basepython = python3.6
|
||||
commands =
|
||||
coverage combine
|
||||
coverage report
|
||||
usedevelop = true
|
||||
deps = coverage
|
||||
commands = pytest --cov sigal --cov-report term-missing tests/
|
||||
|
||||
[testenv:check]
|
||||
basepython = python3.6
|
||||
deps =
|
||||
docutils
|
||||
check-manifest
|
||||
|
||||
Reference in New Issue
Block a user