diff --git a/.travis.yml b/.travis.yml index 42b63c9..5600ec0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"