Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Oops, set the
CI
environment variable even earlier.
If I do something like `pytest tests/integration/test_cli.py`, something about the ordering of imports means that `pipenv.environments` gets loaded *before* `pytest_sessionstart` runs, which means that `pipenv.environments.PIPENV_IS_CI` ends up false.
- Loading branch information