mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-11 15:40:54 +00:00
Ensure correct names of test envs in circle ci
This commit is contained in:
@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user