Skip to content

Commit

Permalink
moved to tox.ini and added coverage options
Browse files Browse the repository at this point in the history
  • Loading branch information
cclienti committed Mar 7, 2020
1 parent 4238637 commit 66b2e30
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ coverage.xml
.pytest_cache/
test_*.dot
test_*.tcl
tests.xml

# Translations
*.mo
Expand Down
9 changes: 0 additions & 9 deletions setup.cfg

This file was deleted.

8 changes: 8 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[pytest]
addopts = --cov=wavedisp --cov-report xml --junit-xml tests.xml

[flake8]
max-line-length = 120

[pylint]
max-line-length = 120

0 comments on commit 66b2e30

Please sign in to comment.