Merge pull request #386 from mattrose/disable-2.7-tests
disable 2.7 tests until we can figure out how to run them in GH
This commit is contained in:
commit
907e95d7c9
|
@ -13,10 +13,11 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python:
|
||||
- '2.7'
|
||||
# - '2.7'
|
||||
# - '3.6'
|
||||
# - '3.7'
|
||||
- '3.8'
|
||||
- '3.9'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in New Issue