Skip to content
Snippets Groups Projects
Commit 62fd9a60 authored by Paul McCarthy's avatar Paul McCarthy
Browse files

Print coverage report at end

parent 18dd5816
No related branches found
No related tags found
No related merge requests found
...@@ -3,10 +3,11 @@ test:2.7: ...@@ -3,10 +3,11 @@ test:2.7:
script: script:
- cat requirements.txt | xargs -n 1 pip install - cat requirements.txt | xargs -n 1 pip install
- xvfb-run python setup.py test - xvfb-run python setup.py test
- coverage report -m
test:3.5: test:3.5:
image: wxpython-python3.6:4.0.0a2 image: wxpython-python3.6:4.0.0a2
script: script:
- cat requirements.txt | xargs -n 1 pip install - cat requirements.txt | xargs -n 1 pip install
- xvfb-run python setup.py test - xvfb-run python setup.py test
- coverage report -m
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