Skip to content

Commit

Permalink
Removed the Python 2.7 test and packaging jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm authored and Sekenre committed Oct 1, 2020
1 parent 9ff17bf commit 86cd497
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/codeqa-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,6 @@ jobs:
- name: Run flake8
run: flake8 cbor2 tests

test-py27:
needs: [lint]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 2.7
uses: actions/setup-python@v2
with:
python-version: 2.7
- uses: actions/cache@v2
with:
path: ~/.cache/pip
key: pip-test-2.7-ubuntu-latest
- name: Install dependencies
run: pip install -e .[test]
- name: Test with pytest
run: pytest

test:
needs: [lint]
strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest]
python-version: [2.7, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 86cd497

Please sign in to comment.