travis: Fix allowing more CPU usage

The original commit[1] was not enough because we run tests using tox and
tox by default doesn't pass all environment variables to the
environments in which tests run - this patch whitelists subset of
environment variables set by Travis, including one that we read and use.

[1] 74f418bcf3
This commit is contained in:
Jakub Stasiak
2016-01-23 01:47:30 +01:00
parent c315ee86da
commit c6337f7d29

View File

@@ -28,6 +28,7 @@ commands =
pep8 benchmarks/ eventlet/ tests/ pep8 benchmarks/ eventlet/ tests/
[testenv] [testenv]
passenv = TRAVIS*
setenv = setenv =
PYTHONDONTWRITEBYTECODE = 1 PYTHONDONTWRITEBYTECODE = 1
selects: EVENTLET_HUB = selects selects: EVENTLET_HUB = selects