Skip to content

Commit

Permalink
add ci for pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianGray committed Dec 16, 2020
1 parent 54a9b4f commit f93c4fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# if you change one of these, be sure to update
# /tox.ini:[gh-actions] as well
python-version: [3.7, 3.8, 3.9]
python-version: [pypy3, 3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2
- name: Set up python ${{ matrix.python-version}}
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ skip_missing_interpreters = True
skipsdist=True
minversion = 1.8
envlist =
pypy3,
py37,
py38,
py39,
Expand Down Expand Up @@ -65,6 +66,7 @@ commands = python3 setup.py build_sphinx -W

[gh-actions]
python =
pypy3: pypy3
3.7: py37
3.8: py38
3.9: py39, packaging, format, pep8, mypy, docs

0 comments on commit f93c4fa

Please sign in to comment.