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

Coverage needs to be explicitly installed if I want to print its output after

testing
parent 1d9be84f
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ test:2.7:
script:
- cat requirements.txt | xargs -n 1 pip install
- pip install scipy
- pip install coverage
- su -s /bin/bash -c "xvfb-run python setup.py test" nobody
- coverage report -m
......@@ -11,5 +12,6 @@ test:3.6:
script:
- cat requirements.txt | xargs -n 1 pip install
- pip install scipy
- pip install coverage
- su -s /bin/bash -c "xvfb-run python setup.py test" nobody
- 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