Skip to content

Commit

Permalink
add istanbul blockchain tests to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
voith committed Sep 23, 2019
1 parent 4b96de7 commit e864aee
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
- image: circleci/python:3.6
environment:
TOXENV: py36-native-blockchain-homestead
py36-native-blockchain-homestead:
<<: *common
docker:
- image: circleci/python:3.6
environment:
TOXENV: py36-native-blockchain-istanbul
py36-native-blockchain-petersburg:
<<: *common
docker:
Expand Down Expand Up @@ -171,6 +177,7 @@ workflows:
- py36-native-blockchain-constantinople
- py36-native-blockchain-frontier
- py36-native-blockchain-homestead
- py36-native-blockchain-istanbul
- py36-native-blockchain-petersburg
- py36-native-blockchain-tangerine_whistle
- py36-native-blockchain-spurious_dragon
Expand Down

0 comments on commit e864aee

Please sign in to comment.