diff options
-rw-r--r-- | tox.ini | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,6 +6,9 @@ [tox] envlist=python +# temporarily get dependencies for private easy_install release +indexserver = + default = https://m.devpi.net/jaraco/dev/ [helpers] # Wrapper for calls to pip that make sure the version being used is a @@ -17,10 +20,7 @@ pip = python {toxinidir}/tools/tox_pip.py deps=-r{toxinidir}/tests/requirements.txt install_command = {[helpers]pip} install {opts} {packages} list_dependencies_command = {[helpers]pip} freeze --all -setenv= - COVERAGE_FILE={toxworkdir}/.coverage.{envname} - # temporary override to demo private release of easy_install - PIP_INDEX_URL=https://m.devpi.net/jaraco/dev/ +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_* NETWORK_REQUIRED |