ci: Enable Python 2.7

This commit is contained in:
Markus Frosch 2020-04-17 18:20:43 +02:00
parent c8269e5a6b
commit c7e466dbfe
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python: python:
#- '2.7' - '2.7'
- '3.6' - '3.6'
- '3.7' - '3.7'
- '3.8' - '3.8'