Commit e52ace42 authored by Jason R. Coombs's avatar Jason R. Coombs

Ensure windir is passed in environment.

parent 17662244
......@@ -15,6 +15,8 @@ install_command = {[helpers]pip} install {opts} {packages}
list_dependencies_command = {[helpers]pip} freeze --all
setenv =
COVERAGE_FILE={toxworkdir}/.coverage.{envname}
passenv =
windir # required for test_pkg_resources
[testenv:coverage]
description=Combine coverage data and create report
......
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