Skip to content

Commit

Permalink
add pypy3 to new GitHub actions test matrix
Browse files Browse the repository at this point in the history
- supersedes #128
  • Loading branch information
xflr6 committed Jul 11, 2021
1 parent a0668ea commit 78885a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
os: ubuntu-latest
- python-version: 3.6
os: ubuntu-latest
- python-version: pypy3
os: ubuntu-latest
steps:
- name: Install system dependencies
run: sudo apt install graphviz
Expand All @@ -29,7 +31,7 @@ jobs:
run: python -m pip install --upgrade pip setuptools wheel
- name: Install dependencies
run: pip install .[test] codecov
- name: Run tests with
- name: Run tests
run: python run-tests.py
- name: Upload coverage
uses: codecov/codecov-action@v1

0 comments on commit 78885a8

Please sign in to comment.