mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +00:00
Add tox and CI for interop
This commit is contained in:
6
tox.ini
6
tox.ini
@ -3,6 +3,7 @@
|
||||
[tox]
|
||||
envlist =
|
||||
py37-test
|
||||
py37-interop
|
||||
lint
|
||||
|
||||
[flake8]
|
||||
@ -26,10 +27,11 @@ skip_glob=
|
||||
|
||||
[testenv]
|
||||
deps =
|
||||
passenv = CI TRAVIS TRAVIS_*
|
||||
passenv = CI TRAVIS TRAVIS_* GOPATH
|
||||
extras = test
|
||||
commands =
|
||||
pytest tests/
|
||||
test: py.test --ignore=tests/interop
|
||||
interop: py.test tests/interop
|
||||
basepython =
|
||||
py37: python3.7
|
||||
|
||||
|
||||
Reference in New Issue
Block a user