mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2025-12-31 20:36:24 +00:00
add pypy3 as a supported environment, by default
This commit is contained in:
@ -18,6 +18,12 @@ matrix:
|
||||
# core
|
||||
- python: "3.6"
|
||||
env: TOX_POSARGS="-e py36-core"
|
||||
#
|
||||
# pypy3 testing
|
||||
#
|
||||
# core
|
||||
- python: "pypy3"
|
||||
env: TOX_POSARGS="-e pypy3-core"
|
||||
cache:
|
||||
- pip: true
|
||||
install:
|
||||
|
||||
Reference in New Issue
Block a user