Add separate codecov target

This commit is contained in:
Davanum Srinivas 2017-03-25 17:23:59 -04:00
parent 8a32689cfb
commit 69df92a84e
3 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,7 @@ env:
- TOXENV=py27-etcd
- TOXENV=py35
- TOXENV=py35-etcd
- TOXENV=cover,codecov
- TOXENV=codecov
- TOXENV=docs
- TOXENV=examples
- TOXENV=releasenotes

View File

@ -14,6 +14,7 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
pifpaf>=0.10.0 # Apache-2.0
codecov>=1.4.0
nose>=1.3.7
# releasenotes
reno>=1.8.0 # Apache-2.0

View File

@ -28,6 +28,7 @@ commands =
[testenv:codecov]
commands =
{toxinidir}/setup-etcd-env.sh pifpaf -g TOOZ_TEST run etcd -- nosetests --with-coverage --cover-package=etcd3gw --cover-tests
codecov
[testenv:docs]