diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-23 13:52:20 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-11-23 13:52:20 -0500 |
| commit | dab2500aae23a4dd759e93b4654aee850081e2eb (patch) | |
| tree | ff0cc72983eaa50f8bcfcfb4d054d8bcf8879e01 | |
| parent | eb7edf070b0c1fd0b29dc87eb5467492d46578e0 (diff) | |
| download | python-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.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
