No more 2.7 on CI, plan is to move to 3.5+ only

This commit is contained in:
Paulo Henrique Silva 2019-11-27 11:54:37 -03:00 committed by GitHub
parent 1b65147f7a
commit 232d9258cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
python-version: [3.5, 3.6, 3.7, 3.8]
runs-on: ubuntu-latest