diff --git a/.travis.yml b/.travis.yml index 4f4f334..affe860 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: install: - pip install -e ".[dev]" script: - - cd docs && make doctest + - cd docs && make doctest && cd .. - pytest --cov . --cov-report xml:coverage.xml env: