Skip to content
Snippets Groups Projects
Commit aaabd495c18d authored by Alex Gaynor's avatar Alex Gaynor
Browse files

specify pypy version more precisely (#297)

* specify pypy version more precisely

* Update ci.yml
parent 8f542ddd9ca6
No related branches found
No related tags found
Loading
......@@ -62,7 +62,8 @@
- {VERSION: "3.7", TOXENV: "py37"}
- {VERSION: "3.8", TOXENV: "py38"}
- {VERSION: "3.9", TOXENV: "py39"}
- {VERSION: "pypy3", TOXENV: "pypy3"}
- {VERSION: "pypy-3.7", TOXENV: "pypy3"}
- {VERSION: "pypy-3.8", TOXENV: "pypy3"}
name: "${{ matrix.PYTHON.TOXENV }} on linux"
steps:
- uses: actions/checkout@v2.4.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment