From 04bc935b24bebf7d503446cacc58a4368625b318 Mon Sep 17 00:00:00 2001
From: Stephan Seitz <stephan.seitz@fau.de>
Date: Wed, 7 Aug 2019 23:27:22 +0200
Subject: [PATCH] Execute doctest in Travis

---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 63d7645..8395be8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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:
-- 
GitLab