Ensure not cached.

This commit is contained in:
Alexandre Vicenzi 2019-01-03 00:18:24 +01:00
parent 4f6fdf425f
commit abde52b318

View file

@ -5,7 +5,7 @@ python:
- "3.5" - "3.5"
- "3.6" - "3.6"
install: install:
- pip install pelican markdown - pip install -U pelican markdown
before_script: before_script:
- git clone https://github.com/getpelican/pelican-plugins plugins - git clone https://github.com/getpelican/pelican-plugins plugins
script: pelican -s tests/pelicanconf.py script: pelican -s tests/pelicanconf.py