Ensure not cached.
This commit is contained in:
parent
4f6fdf425f
commit
abde52b318
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue