add doctest run to travis
This commit is contained in:
parent
ecb3731cbe
commit
60b026e3ed
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user