Commit bbf99b7e authored by Jason R. Coombs's avatar Jason R. Coombs Committed by GitHub

Merge pull request #1455 from benoit-pierre/fix_tests

tox: fix configuration so newer tox versions are supported
parents 9755c3bc 79d2a475
......@@ -9,6 +9,12 @@ envlist=python
[testenv]
deps=-rtests/requirements.txt
# Changed from default (`python -m pip ...`)
# to prevent the current working directory
# from being added to `sys.path`.
install_command={envbindir}/pip install {opts} {packages}
# Same as above.
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment