No more unitests for py2.7 (#1731)

Still not removing any py2.7 specific code, but no reason to waste precious CPU and unitest time on py2.7.
This commit is contained in:
Poolitzer 2020-01-26 13:01:29 -08:00 committed by Noam Meltzer
parent d9d65cc2ac
commit fbb7e0e645

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
python-version: [3.5, 3.6, 3.7]
os: [ubuntu-latest, windows-latest]
include:
- os: ubuntu-latest