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:
Matt Rose 2021-02-18 17:41:20 -05:00 committed by GitHub
commit 907e95d7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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