diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-26 16:31:28 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-11-28 19:48:31 -0500 |
| commit | c8b9a286b343f22a3cd4dcf4906b13faea68ee96 (patch) | |
| tree | 6ac30488802c2fe7be01e17bb1c939304f2014bf /tox.ini | |
| parent | 3274cbad045d9ee2e67384564d772a019cad0c9e (diff) | |
| download | python-coveragepy-git-c8b9a286b343f22a3cd4dcf4906b13faea68ee96.tar.gz | |
GitHub Action for running tests
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -84,12 +84,13 @@ commands = twine check dist/* python -m pylint --notes= -j 4 {env:LINTABLE} -[travis] -#2.7: py27, lint +[gh-actions] python = 2.7: py27 3.5: py35 3.6: py36 3.7: py37 + 3.8: py38 + 3.9: py39 pypy: pypy - pypy3.5: pypy3 + pypy3: pypy3 |
