disable 2.7 tests until we can figure out how to run them in GH
This commit is contained in:
parent
3a6392668d
commit
9f6a6e5d93
|
@ -13,10 +13,11 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
- '2.7'
|
# - '2.7'
|
||||||
# - '3.6'
|
# - '3.6'
|
||||||
# - '3.7'
|
# - '3.7'
|
||||||
- '3.8'
|
- '3.8'
|
||||||
|
- '3.9'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in New Issue