Skip to content

Commit

Permalink
WIP 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Galeno committed Sep 20, 2018
1 parent 4d38779 commit b34a0ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 3.5
install:
- pip3 install tox
- pip3 install coveralls
script:
- tox
notifications:
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ commands = flake8 {posargs}
commands = {posargs}

[testenv:cover]
deps =
coverage
coveralls
deps = coverage
commands =
coverage run -m unittest discover
coverage report -m
Expand Down

0 comments on commit b34a0ac

Please sign in to comment.