summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-11-23 13:52:20 -0500
committerJason R. Coombs <jaraco@jaraco.com>2019-11-23 13:52:20 -0500
commitdab2500aae23a4dd759e93b4654aee850081e2eb (patch)
treeff0cc72983eaa50f8bcfcfb4d054d8bcf8879e01
parenteb7edf070b0c1fd0b29dc87eb5467492d46578e0 (diff)
downloadpython-setuptools-git-dab2500aae23a4dd759e93b4654aee850081e2eb.tar.gz
For now, demo the concept from a private repository (so as not to create a public release of a package that's never released.
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5d439cb3..e52443c8 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,10 @@ 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}
+setenv=
+ COVERAGE_FILE={toxworkdir}/.coverage.{envname}
+ # temporary override to demo private release of easy_install
+ PIP_INDEX_URL=https://m.devpi.net/jaraco/dev/
# 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