Explorar o código

Travis: Tox cov target calls codecov

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
04833ef114
Modificáronse 2 ficheiros con 2 adicións e 3 borrados
  1. 0 3
      .travis.yml
  2. 2 0
      tox.ini

+ 0 - 3
.travis.yml

@@ -35,9 +35,6 @@ before_install:
           fi
 install: travis_retry pip install -U tox
 script: tox -v -- -v
-after_success:
-  - .tox/$TRAVIS_PYTHON_VERSION/bin/coverage xml
-  - .tox/$TRAVIS_PYTHON_VERSION/bin/codecov -e TOXENV
 notifications:
   irc:
     channels:

+ 2 - 0
tox.ini

@@ -40,6 +40,8 @@ basepython =
 commands =
     pip install -U -r{toxinidir}/requirements/dev.txt
     py.test -xv --cov=celery --cov-report=xml
+    coverage xml
+    codecov -e TOXENV --required
 
 [testenv:apicheck]
 commands =