Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Add plugin tests to ci #464
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmadi committed Apr 2, 2019
1 parent 5ffc3de commit 1633355
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.yml
Expand Up @@ -245,6 +245,13 @@ jobs:
- image: circleci/python:3.6
environment:
TOXENV: py36-wheel-cli
py36-plugins:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: py36-plugins


py37-core:
<<: *common
Expand Down Expand Up @@ -282,6 +289,13 @@ jobs:
- image: circleci/python:3.7
environment:
TOXENV: py37-wheel-cli
py37-plugins:
<<: *common
docker:
- image: circleci/python:3.7
environment:
TOXENV: py37-plugins


docker-image-build-test:
machine: true
Expand All @@ -301,6 +315,7 @@ workflows:
- py37-p2p
- py37-eth2
- py37-libp2p
- py37-plugins

- py36-rpc-state-byzantium
- py36-rpc-state-constantinople
Expand All @@ -316,6 +331,7 @@ workflows:
- py36-p2p
- py36-eth2
- py36-libp2p
- py36-plugins

- py36-integration
- py36-lightchain_integration
Expand Down

0 comments on commit 1633355

Please sign in to comment.