Skip to content
Snippets Groups Projects
Commit 04bc935b authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Execute doctest in Travis

parent 6d56ff43
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ script:
- export NO_GPU_EXECUTION=1
- pip install -e .
- if [[ "$LINT" == "false" ]]; then python setup.py test; fi
- if [[ "$LINT" == "true" ]]; then flake8 src; fi
- if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; fi
after_success:
- if [[ "$COVERAGE" == "true" ]]; then coveralls || echo "failed"; codecov; fi
after_script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment