Fix coverage reporting

pull/1/head
Andrey Kislyuk 2017-08-22 12:44:21 -07:00
parent 56c7d4f839
commit d37125f0a6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ lint: test_deps
./setup.py flake8
test: test_deps lint
coverage run --source=$$(python setup.py --name) ./test/test.py
coverage run --source=$$(python setup.py --name | sed 's/-/_/g') ./test/test.py
init_docs:
cd docs; sphinx-quickstart