Skip to content

Commit

Permalink
Merge pull request #93 from njzjz/njzjz-patch-1
Browse files Browse the repository at this point in the history
fix: tox can skip upload coverage
  • Loading branch information
njzjz authored Feb 2, 2019
2 parents 7d17d63 + 828b2ab commit 1523581
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 1523581

Please sign in to comment.