Skip to content
Snippets Groups Projects
Verified Commit f794fd0d authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Limit doctest to non-init files

parent 88c55064
No related branches found
No related tags found
1 merge request!1Update upstream
......@@ -9,7 +9,7 @@ doctest:
image: python:3.7
script:
- pip install -r requirements.txt
- python -m doctest -v freeforestml/*.py
- "python -m doctest -v $(ls freeforestml/*.py | grep -v '__init__.py')"
unittest:
stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment