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