summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy McCurdy <andy@andymccurdy.com>2020-07-20 13:25:52 -0700
committerAndy McCurdy <andy@andymccurdy.com>2020-07-20 13:25:52 -0700
commita4ccbe471b9bd2c1ec86bf6d5b08a110088e4161 (patch)
treebf58def671da34e7bda0443b716f4f3bd1ae72c7
parent4565195a93cd50400038f6d2a9a3ad759e0811bc (diff)
downloadredis-py-a4ccbe471b9bd2c1ec86bf6d5b08a110088e4161.tar.gz
add the covreport env to the list of default envs tox runs
-rwxr-xr-xdocker-entry.sh1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/docker-entry.sh b/docker-entry.sh
index f1c7baa..efcd205 100755
--- a/docker-entry.sh
+++ b/docker-entry.sh
@@ -10,7 +10,6 @@ echo "Testing against Redis Server: ${REDIS_MASTER}"
# use the wait-for-it util to ensure the server is running before invoking Tox
util/wait-for-it.sh ${REDIS_MASTER} -- tox -- --redis-url=redis://"${REDIS_MASTER}"/9
-tox -e covreport
# if the TRAVIS env var is defined, invoke "codecov"
if [ ! -z ${TRAVIS-} ]; then
diff --git a/tox.ini b/tox.ini
index e361911..3007f11 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,7 +3,7 @@ addopts = -s
[tox]
minversion = 2.4
-envlist = {py27,py35,py36,py37,py38,pypy,pypy3}-{plain,hiredis}, flake8
+envlist = {py27,py35,py36,py37,py38,pypy,pypy3}-{plain,hiredis}, flake8, covreport
[testenv]
deps =