summaryrefslogtreecommitdiff
path: root/.github/workflows/ci-tests.yml
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2020-05-07 00:06:26 -0700
committerBert JW Regeer <bertjw@regeer.org>2020-08-15 18:55:01 -0700
commitdc1f15a62144974f06127c5dfe32b58eeb528efc (patch)
tree08ccc798d07fffb3819ba2f622d9b250a4da067a /.github/workflows/ci-tests.yml
parent0c29f02fd44314f454f7eb051ccfb7ff0933c97c (diff)
downloadwaitress-dc1f15a62144974f06127c5dfe32b58eeb528efc.tar.gz
Drop Python 2.7 support officially
Diffstat (limited to '.github/workflows/ci-tests.yml')
-rw-r--r--.github/workflows/ci-tests.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 54b229e..c8c660e 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -15,7 +15,6 @@ jobs:
strategy:
matrix:
py:
- - "2.7"
- "3.5"
- "3.6"
- "3.7"
@@ -56,11 +55,6 @@ jobs:
name: Validate coverage
steps:
- uses: actions/checkout@v2
- - name: Setup python 2.7
- uses: actions/setup-python@v2
- with:
- python-version: 2.7
- architecture: x64
- name: Setup python 3.8
uses: actions/setup-python@v2
with:
@@ -68,7 +62,7 @@ jobs:
architecture: x64
- run: pip install tox
- - run: tox -e py38,py27,coverage
+ - run: tox -e py38,coverage
docs:
runs-on: ubuntu-latest
name: Build the documentation