Skip to content

Commit 9cb726e

Browse files
committed
maintenance: remove coveralls support
To avoid failure states
1 parent 45b881b commit 9cb726e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tox.ini

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,11 @@ passenv = CI TRAVIS TRAVIS_*
2121
deps =
2222
-rrequirements.txt
2323
py{27,34,35,36}-unit: codecov
24-
py{27,34,35,36}-unit: coveralls
2524
py{27,34,35,36}-lint: flake8
2625

2726
commands =
2827
py{27,34,35,36}-unit: python setup.py test --addopts "--cov-report xml --cov cwltool"
2928
py{27,34,35,36}-unit: codecov
30-
py{27,34,35,36}-unit: coveralls
3129
py{27,34,35,36}-lint: flake8 schema_salad setup.py
3230

3331
whitelist_externals =

0 commit comments

Comments
 (0)