summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2020-12-17 08:19:50 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2020-12-17 08:19:50 -0300
commit3eef150f2e2a2d2eee3c41a18e10e37a148d4e3b (patch)
tree7b4960774ba20048eb9859810e7efe457a698782 /tox.ini
parent8255effc5b17594987f77c3165b022ee31e2e70a (diff)
downloadpytest-3eef150f2e2a2d2eee3c41a18e10e37a148d4e3b.tar.gz
Remove other references to Travis
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 43e151c07..908f56ea6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,6 @@
isolated_build = True
minversion = 3.20.0
distshare = {homedir}/.tox/distshare
-# make sure to update environment list in travis.yml and appveyor.yml
envlist =
linting
py36
@@ -23,7 +22,7 @@ commands =
doctesting: {env:_PYTEST_TOX_COVERAGE_RUN:} pytest --doctest-modules --pyargs _pytest
coverage: coverage combine
coverage: coverage report -m
-passenv = USER USERNAME COVERAGE_* TRAVIS PYTEST_ADDOPTS TERM
+passenv = USER USERNAME COVERAGE_* PYTEST_ADDOPTS TERM
setenv =
_PYTEST_TOX_DEFAULT_POSARGS={env:_PYTEST_TOX_POSARGS_DOCTESTING:} {env:_PYTEST_TOX_POSARGS_LSOF:} {env:_PYTEST_TOX_POSARGS_XDIST:}