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
Branches
Tags
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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment