Skip to content

Commit

Permalink
Fix travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Jan 15, 2020
1 parent f0f3c4c commit 3807feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ matrix:
env: TOXENV=py38

install:
- pip install tox
- pip install tox pytest

script:
- tox
- pytest --cov-report term --cov=nodedge
- pytest --cov-report term
after_success:
- codecov

0 comments on commit 3807feb

Please sign in to comment.