Skip to content
Snippets Groups Projects
Commit 32b03a10 authored by spmohanty's avatar spmohanty
Browse files

Add test coverage and docs to CI

parent 0db0fafd
No related branches found
No related tags found
No related merge requests found
[tox]
envlist = py36, py37, flake8
envlist = py36, py37, flake8, docs, coverage
[travis]
python =
......@@ -11,6 +11,16 @@ basepython = python
deps = flake8
commands = flake8 flatland
[testenv:docs]
basepython = python
whitelist_externals = make
commands = make docs
[testenv:coverage]
basepython = python
whitelist_externals = make
commands = make coverage
[testenv]
setenv =
PYTHONPATH = {toxinidir}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment