From c6337f7d295a3e1947542c5c7268a365859c5896 Mon Sep 17 00:00:00 2001 From: Jakub Stasiak Date: Sat, 23 Jan 2016 01:47:30 +0100 Subject: [PATCH] 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] 74f418bcf38ac128cadad641d59d7ecd8f127340 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index f0a22a7..3094c71 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ commands = pep8 benchmarks/ eventlet/ tests/ [testenv] +passenv = TRAVIS* setenv = PYTHONDONTWRITEBYTECODE = 1 selects: EVENTLET_HUB = selects