diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 035fa4c..b0f9231 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,5 +10,5 @@ install: - "pip install . --use-mirrors" # We run tests and afterwards nikola to see if the command is executable. script: - - nosetests + - nosetests --with-doctest - nikola |
