Skip to content

Commit

Permalink
Do that thing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrink10 committed Apr 15, 2021
1 parent 85d04d2 commit b769a62
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,15 +173,15 @@ jobs:
python_version: "3.8"
cache_key_prefix: report-coverage-deps

test-pypy-3.6:
test-pypy-36:
docker:
- image: pypy:3.6-slim-buster
parallelism: 3
steps:
- run_pypy_tests:
python_version: "3.6"

test-pypy-3.7:
test-pypy-37:
docker:
- image: pypy:3.7-slim-buster
parallelism: 3
Expand All @@ -197,7 +197,8 @@ workflows:
- test-cpython-37
- test-cpython-38
- test-cpython-39
- test-pypy
- test-pypy-36
- test-pypy-37
- report-coverage:
requires:
- test-cpython-36
Expand Down

0 comments on commit b769a62

Please sign in to comment.