diff --git a/tox.ini b/tox.ini index 45957cfff..37d56b2c4 100644 --- a/tox.ini +++ b/tox.ini @@ -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