Skip to content

Commit

Permalink
fix: tox can skip upload coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Feb 2, 2019
1 parent 7d17d63 commit 828b2ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ conda_channels=
conda-forge
commands =
pytest --pyargs reacnetgenerator --cov {envsitepackagesdir}/reacnetgenerator -s
coveralls
codecov -e TOXENV
python-codacy-coverage -r coverage.xml
- coveralls
- codecov -e TOXENV
- python-codacy-coverage -r coverage.xml

0 comments on commit 828b2ab

Please sign in to comment.