Skip to content
Snippets Groups Projects

Fixes CI

Merged Moritz Huebner requested to merge fix_ci into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading