Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Action: test on current version of Python #1379

Merged
merged 4 commits into from
Jul 4, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
3.7: py37-min,py37-pypi,flake8
  • Loading branch information
cclauss committed Jul 4, 2021
commit 610d07bec9368bebd6cc81c30361951f7584b11b
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ envlist =
[gh-actions]
python =
3.6: py36-min,py36-pypi
3.7: py37-min,py37-pypi
3.7: py37-min,py37-pypi,flake8
RobbeSneyders marked this conversation as resolved.
Show resolved Hide resolved
3.8: py38-min
3.9: py39-min,isort-check,isort-check-examples,isort-check-tests,flake8
3.9: py39-min,isort-check,isort-check-examples,isort-check-tests
RobbeSneyders marked this conversation as resolved.
Show resolved Hide resolved

[testenv]
setenv=PYTHONPATH = {toxinidir}:{toxinidir}
Expand Down