Skip to content

Commit

Permalink
Trying to move .coverage.rc to the setup.cfg file.
Browse files Browse the repository at this point in the history
  • Loading branch information
danalex97 committed Aug 9, 2017
1 parent 79e808a commit f19aea2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install:
script:
- python all_tests.py --coverage
after_success:
- coveralls --rcfile=.coveragerc
- coveralls
deploy:
provider: pypi
user: ocadotechnology
Expand Down
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ omit = players/_version.py
[pep8]
max-line-length = 160

[coverage:report]
omit =
*/tests/*
*/python?.?/*
*/site-packages/nose/*
*.egg/*

[versioneer]
VCS = git
style = pep440-pre
Expand Down

0 comments on commit f19aea2

Please sign in to comment.