Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix env-var name for parallel tox tests
When running tests in parallel, we need to add a suffix to Django DB names to avoid clashes. This previously used `TOX_PARALLEL_ENV`, but Tox no longer sets this environment variable. Tox does set an environment variable called `TOX_ENV_NAME`, which works for this purpose, so use that instead.
- Loading branch information