Ensure correct names of test envs in circle ci
This commit is contained in:
parent
4c0f511516
commit
a1fd106bf3
|
@ -48,30 +48,24 @@ jobs:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
environment:
|
environment:
|
||||||
TOXENV: lint
|
TOXENV: lint
|
||||||
py36-core:
|
py36-test:
|
||||||
<<: *common
|
<<: *common
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.6
|
- image: circleci/python:3.6
|
||||||
environment:
|
environment:
|
||||||
TOXENV: py36-core
|
TOXENV: py36-test
|
||||||
py37-core:
|
py37-test:
|
||||||
<<: *common
|
<<: *common
|
||||||
docker:
|
docker:
|
||||||
- image: circleci/python:3.7
|
- image: circleci/python:3.7
|
||||||
environment:
|
environment:
|
||||||
TOXENV: py37-core
|
TOXENV: py37-test
|
||||||
pypy3-core:
|
|
||||||
<<: *common
|
|
||||||
docker:
|
|
||||||
- image: pypy
|
|
||||||
environment:
|
|
||||||
TOXENV: pypy3-core
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
test:
|
test:
|
||||||
jobs:
|
jobs:
|
||||||
- docs
|
- docs
|
||||||
- lint
|
- lint
|
||||||
- py36-core
|
- py36-test
|
||||||
- py37-core
|
- py37-test
|
||||||
- pypy3-core
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user