Apply PR feedback

This commit is contained in:
Alex Stokes
2019-12-10 17:07:21 -08:00
parent d516cf51b8
commit 3b9d7c7acd
7 changed files with 29 additions and 23 deletions

View File

@ -48,24 +48,30 @@ jobs:
- image: circleci/python:3.6
environment:
TOXENV: lint
py36-test:
py36-core:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: py36-test
py37-test:
TOXENV: py36-core
py37-core:
<<: *common
docker:
- image: circleci/python:3.7
environment:
TOXENV: py37-test
TOXENV: py37-core
pypy3-core:
<<: *common
docker:
- image: pypy
environment:
TOXENV: pypy3-core
workflows:
version: 2
test:
jobs:
- docs
- lint
- py36-test
- py37-test
- py36-core
- py37-core
- pypy3-core