Skip to content

Commit

Permalink
update pytest ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff committed Jan 13, 2021
1 parent 84e6340 commit f76059d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pytest.ini
@@ -1,2 +1,4 @@
[pytest]
addopts=--durations=0 --cov-report xml:coverage.xml --cov hydropandas -v
addopts=--durations=0 --cov-report xml:coverage.xml --cov hydropandas -v
markers =
slow: mark test as slow.

0 comments on commit f76059d

Please sign in to comment.