Skip to content

Commit

Permalink
have tox run coveralls instead of travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ninezerozeronine committed May 20, 2019
1 parent 480465b commit 0cf95a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ install:
- pip install coveralls

script:
- tox -e travis

after_success:
- coveralls
- tox -e travis
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ commands =
deps =
pytest
pytest-cov
coveralls

commands =
pytest --cov={envsitepackagesdir}/eight_bit_computer --cov-report=term --basetemp={envtmpdir}
coveralls

passenv =
TRAVIS
Expand Down

0 comments on commit 0cf95a4

Please sign in to comment.