Update CI
This commit is contained in:
parent
f3c6635cd8
commit
426452cc82
2 changed files with 2 additions and 12 deletions
4
.github/workflows/pelican-test.yaml
vendored
4
.github/workflows/pelican-test.yaml
vendored
|
@ -8,10 +8,10 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
- 3.6
|
|
||||||
- 3.7
|
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
|
- 3.10
|
||||||
|
- 3.11
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
10
.travis.yml
10
.travis.yml
|
@ -1,10 +0,0 @@
|
||||||
language: python
|
|
||||||
python:
|
|
||||||
- "3.6"
|
|
||||||
- "3.7"
|
|
||||||
- "3.8"
|
|
||||||
install:
|
|
||||||
- pip install -r docs/requirements.txt
|
|
||||||
script: pelican -s docs/pelicanconf.py
|
|
||||||
notifications:
|
|
||||||
email: false
|
|
Loading…
Reference in a new issue