add pypy3 as a default test environment in circle
This commit is contained in:
parent
b3461e9c93
commit
f0e0b10cc5
|
@ -48,6 +48,12 @@ jobs:
|
|||
- image: circleci/python:3.6
|
||||
environment:
|
||||
TOXENV: py36-core
|
||||
pypy3-core:
|
||||
<<: *common
|
||||
docker:
|
||||
- image: pypy
|
||||
environment:
|
||||
TOXENV: pypy3-core
|
||||
workflows:
|
||||
version: 2
|
||||
test:
|
||||
|
@ -56,3 +62,4 @@ workflows:
|
|||
- lint
|
||||
- py35-core
|
||||
- py36-core
|
||||
- pypy3-core
|
||||
|
|
Loading…
Reference in New Issue
Block a user