aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Ganssle <paul@ganssle.io>2019-02-07 09:28:29 -0500
committerPaul Ganssle <paul@ganssle.io>2019-02-23 11:38:55 -0600
commit675c690b4d8e55cd3c94a177d31b3a7937b2dd16 (patch)
tree6e9c00aa4b0d29a12436093a5a1f5f7f940a4004 /tox.ini
parentb224605a8c16b2a713120bf0d484fa12ce781f02 (diff)
downloadexternal_python_setuptools-675c690b4d8e55cd3c94a177d31b3a7937b2dd16.tar.gz
external_python_setuptools-675c690b4d8e55cd3c94a177d31b3a7937b2dd16.tar.bz2
external_python_setuptools-675c690b4d8e55cd3c94a177d31b3a7937b2dd16.zip
Require network in CI builds
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a31cb1c5..bb940ac0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ list_dependencies_command={envbindir}/pip freeze
setenv=COVERAGE_FILE={toxworkdir}/.coverage.{envname}
# TODO: The passed environment variables came from copying other tox.ini files
# These should probably be individually annotated to explain what needs them.
-passenv=APPDATA HOMEDRIVE HOMEPATH windir APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_*
+passenv=APPDATA HOMEDRIVE HOMEPATH windir APPVEYOR APPVEYOR_* CI CODECOV_* TRAVIS TRAVIS_* NETWORK_REQUIRED
commands=pytest --cov-config={toxinidir}/tox.ini --cov-report= {posargs}
usedevelop=True