diff --git a/.github/workflows/pelican-test.yaml b/.github/workflows/pelican-test.yaml index 4264ff5..150a013 100644 --- a/.github/workflows/pelican-test.yaml +++ b/.github/workflows/pelican-test.yaml @@ -8,10 +8,10 @@ jobs: strategy: matrix: python-version: - - 3.6 - - 3.7 - 3.8 - 3.9 + - 3.10 + - 3.11 steps: - name: Checkout uses: actions/checkout@v2 diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4b648e3..0000000 --- a/.travis.yml +++ /dev/null @@ -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