add doctest run to travis

This commit is contained in:
Jason Carver 2018-02-07 11:40:35 -08:00
parent ecb3731cbe
commit 60b026e3ed
1 changed files with 3 additions and 0 deletions

View File

@ -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"