Skip to content
Snippets Groups Projects
Commit 12b7fbd6 authored by Petrus Hyvönen's avatar Petrus Hyvönen
Browse files

Merge remote-tracking branch 'GitHub/master'

parents 08b82081 58bfa9f5
No related branches found
No related tags found
No related merge requests found
......@@ -37,4 +37,5 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
cd test; pytest
pip install -e .
cd test; pytest -v
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