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

Manually install test requirements for doctest

parent f13da939
No related merge requests found
......@@ -26,6 +26,7 @@ before_script:
script:
- export NO_GPU_EXECUTION=1
- pip install -e .
- pip install tensorflow torch
- if [[ "$LINT" == "false" ]]; then python setup.py test; fi
- if [[ "$LINT" == "true" ]]; then flake8 src;python setup.py doctest; fi
after_success:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment