Skip to content

Commit

Permalink
test parity with circle/python3.8
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
voith committed Nov 4, 2019
1 parent 6a2596a commit 7901ac8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -446,16 +446,16 @@ jobs:
py38-integration-parity-ipc:
<<: *parity_steps
docker:
- image: circleci/python:3.8-stretch
- image: circleci/python:3.8
environment:
TOXENV: py38-integration-parity-ipc
PARITY_VERSION: v2.3.5
PARITY_OS: linux

py37-integration-parity-http:
py38-integration-parity-http:
<<: *parity_steps
docker:
- image: circleci/python:3.8-stretch
- image: circleci/python:3.8
environment:
TOXENV: py38-integration-parity-http
PARITY_VERSION: v2.3.5
Expand All @@ -464,7 +464,7 @@ jobs:
py38-integration-parity-ws:
<<: *parity_steps
docker:
- image: circleci/python:3.8-stretch
- image: circleci/python:3.8
environment:
TOXENV: py38-integration-parity-ws
PARITY_VERSION: v2.3.5
Expand Down

0 comments on commit 7901ac8

Please sign in to comment.