chiark / gitweb /
package/ci: no need to pretend that we have coverage for Jinja2.
authorVladimír Vondruš <mosra@centrum.cz>
Sun, 28 Jan 2018 14:53:40 +0000 (15:53 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sun, 28 Jan 2018 15:19:08 +0000 (16:19 +0100)
package/ci/travis.yml

index 7061591b38c4247cafe869203be13fa164e22fb4..8c81babca1643dc1f03fd48f822dfa9fb8308fda 100644 (file)
@@ -28,8 +28,8 @@ install:
   - if [ "$WITH_DOXYGEN" == "ON" ] && [ ! -f $HOME/bin/doxygen ]; then wget "http://ftp.stack.nl/pub/users/dimitri/doxygen-1.8.13.linux.bin.tar.gz" && tar -xzf doxygen-1.8.13.linux.bin.tar.gz && cp doxygen-1.8.13/bin/doxygen $HOME/bin && doxygen -v; fi
 
 script:
-  # Test the theme
-  - cd $TRAVIS_BUILD_DIR/pelican-theme && coverage run -m unittest && cp .coverage ../.coverage.theme
+  # Test the theme. No code coverage there.
+  - cd $TRAVIS_BUILD_DIR/pelican-theme && python -m unittest
 
   # Test plugins. Math plugin is not tested as dvisvgm on 14.04 is unusable.
   - cd $TRAVIS_BUILD_DIR/pelican-plugins && coverage run -m unittest && cp .coverage ../.coverage.plugins