mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-10 23:20:55 +00:00
add doctest run to travis
This commit is contained in:
@ -9,6 +9,9 @@ matrix:
|
|||||||
# lint
|
# lint
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: TOX_POSARGS="-e lint"
|
env: TOX_POSARGS="-e lint"
|
||||||
|
# doctest
|
||||||
|
- python: "3.5"
|
||||||
|
env: TOX_POSARGS="-e doctest"
|
||||||
# core
|
# core
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: TOX_POSARGS="-e py35-core"
|
env: TOX_POSARGS="-e py35-core"
|
||||||
|
|||||||
Reference in New Issue
Block a user