Skip to content

Commit

Permalink
update ini files
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ekstrand committed Aug 27, 2019
1 parent 21e2caa commit b587d2b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ test:
requires:
- pytest
- pytest-arraydiff
- statsmodels
commands:
- pytest tests -m "not slow"
3 changes: 3 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ doctest_plus=enabled
filterwarnings =
ignore:.*matrix subclass.*:PendingDeprecationWarning
ignore:.*np.asscalar.*:DeprecationWarning
markers =
eval: mark the test as running the evaluator over custom data
slow: mark the test as taking a larger-than-usual amount of time
10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ max-line-length=100
[flake8]
max-line-length=100
max-complexity=5

[pytest]
log_level=DEBUG
doctest_plus=enabled
filterwarnings =
ignore:.*matrix subclass.*:PendingDeprecationWarning
ignore:.*np.asscalar.*:DeprecationWarning
markers =
eval: mark the test as running the evaluator over custom data
slow: mark the test as taking a larger-than-usual amount of time

0 comments on commit b587d2b

Please sign in to comment.