Skip to content

Commit

Permalink
Add more builds on PyPy3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Nov 26, 2020
1 parent 26ce41e commit 40b41f7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,16 @@ jobs:
strategy:
matrix:
include:
- python: pypy3
tox_env: django111-pypy3
- python: pypy3
tox_env: django21-pypy3
- python: pypy3
tox_env: django22-pypy3
- python: pypy3
tox_env: django30-pypy3
- python: pypy3
tox_env: django31-pypy3
- python: 3.5
tox_env: django111-py35
- python: 3.5
Expand Down
10 changes: 5 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tox]
envlist =
django_master-py{39,38,37,36}
django31-py{39,38,37,36}
django30-py{39,38,37,36}
django22-py{39,38,37,36}
django_master-py{39,38,37,36,py3}
django31-py{39,38,37,36,py3}
django30-py{39,38,37,36,py3}
django22-py{39,38,37,36,py3}
django21-py{37,36,35,py3}
django111-py{36,35}
django111-py{36,35,py3}
lint
docs
skipsdist = true
Expand Down

0 comments on commit 40b41f7

Please sign in to comment.