Use /docs for tests as well drop old Python versions.
This commit is contained in:
Alexandre Vicenzi 2019-10-19 22:01:40 +02:00
parent 3760c9ba13
commit f77b28c726
16 changed files with 2 additions and 299 deletions

View file

@ -1,13 +1,8 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install -U pelican markdown
before_script:
- git clone https://github.com/getpelican/pelican-plugins plugins
script: pelican -s tests/pelicanconf.py
- pip install -r docs/requirements.txt
script: pelican -s docs/pelicanconf.py
notifications:
email: false