Skip to content

Commit

Permalink
Merge pull request #13 from levi-rs/bugfix/cov
Browse files Browse the repository at this point in the history
Bugfix/cov
  • Loading branch information
levi-rs committed Feb 29, 2016
2 parents a9ffa1e + 41b4c54 commit 05f40e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ general:
- .tox/coverage.xml

dependencies:
pre:
- rm -rf venv
override:
- pip install --upgrade pip
- pip install --upgrade tox
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[pytest]
testpaths = tests
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ deps =
isort
tox-pyenv


[testenv:test]
commands =
py.test --cov dankbot --cov-report term-missing --cov-report html --cov-report xml --junitxml={envdir}/junit.xml []
Expand Down

0 comments on commit 05f40e9

Please sign in to comment.