Skip to content
Snippets Groups Projects
Commit cd8795f0 authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Merge branch 'fix_ci' into 'master'

Fixes CI

See merge request Monash/tupak!212
parents 0c0e0f44 d6a59895
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ python-2:
script:
- python setup.py install
# Run tests without finding coverage
- pytest
- pytest --ignore=test/gw_example_test.py
# test example on python 3
python-3:
......@@ -47,7 +47,7 @@ python-3:
- flake8 .
# Run tests and collect coverage data
- pytest --cov=tupak
- pytest --cov=tupak --ignore=test/gw_example_test.py
- coverage html
- coverage-badge -o coverage_badge.svg -f
......
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