Skip to content

Commit d6379da

Browse files
committed
tox: list Python 3.7 environment (core module only).
1 parent ab94167 commit d6379da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[tox]
22
envlist=
3+
py37-core
34
py{35,36}-{core,database,transactions,vm,native-blockchain}
45
py{36}-{benchmark,p2p,trinity}
56
py{36}-rpc-blockchain
@@ -45,6 +46,7 @@ deps = .[eth-extras, test]
4546
basepython =
4647
py35: python3.5
4748
py36: python3.6
49+
py37: python3.7
4850

4951

5052
[testenv:py36-docs]

0 commit comments

Comments
 (0)