Skip to content

Commit

Permalink
ci: added python 2.7 to github action python test strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
audrium committed Nov 5, 2020
1 parent f2b4dfa commit 6c4102e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [2.7, 3.6, 3.7, 3.8]

steps:
- name: Checkout
Expand Down

0 comments on commit 6c4102e

Please sign in to comment.