Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: export TOXENV variable to select current GH python
The generic invocation 'tox -e py' does not work any more, because we now install dependencies using python-version-specific requirements.txt files and we need to know the exact python major.minor version. Thus we set TOXENV environment variable such that invoking 'tox' without additional -e options will run only the specified python version.
- Loading branch information