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