Skip to content
Snippets Groups Projects
Commit af1f8aa9 authored by Michael Kuron's avatar Michael Kuron :mortar_board:
Browse files

disable doctests on Ubuntu

parent b2f22ecb
No related merge requests found
......@@ -74,6 +74,7 @@ ubuntu:
script:
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- sed -i 's/--doctest-modules //g' pytest.ini
- pytest-3 -v -m "not longrun"
tags:
- docker
......
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