Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
While running the tests locally with the latest tox I was getting the following error message: ``` pep8: failed with pass_env values cannot contain whitespace, use comma to have multiple values in a single line, invalid values found 'LANG GNOCCHI_TEST_* AWS_*' pep8: FAIL code 1 (0.00 seconds) evaluation failed :( (0.09 seconds) ``` That error is happening because of the passend declaration. This patch is proposing a fix for that.
- Loading branch information