Update config.yml

This commit is contained in:
Jacques Wagener 2018-07-12 16:52:56 +02:00 committed by GitHub
parent f8d24a85c5
commit 83282a2d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 16 deletions

View File

@ -39,39 +39,26 @@ jobs:
doctest:
<<: *common
docker:
- image: circleci/python:3.5
- image: circleci/python:3.6
environment:
TOXENV: doctest
lint:
<<: *common
docker:
- image: circleci/python:3.5
- image: circleci/python:3.6
environment:
TOXENV: lint
py35-core:
<<: *common
docker:
- image: circleci/python:3.5
environment:
TOXENV: py35-core
py36-core:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: py36-core
pypy3-core:
<<: *common
docker:
- image: pypy
environment:
TOXENV: pypy3-core
workflows:
version: 2
test:
jobs:
- doctest
- lint
- py35-core
- py36-core
- pypy3-core