ci: removed windows for now

has to do with UnicodeDecodeError
This commit is contained in:
Jef LeCompte 2020-05-25 23:18:59 -04:00
parent 9a67cee95f
commit b0f456b3c3
No known key found for this signature in database
GPG key ID: 9FFEF859EB0452E5

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ windows-latest, ubuntu-latest ]
platform: [ ubuntu-latest ]
env:
PY_COLOR: 1
NOSE_SHOW_SKIPPED: 1
@ -39,7 +39,7 @@ jobs:
runs-on: ${{ matrix.platform }}
strategy:
matrix:
platform: [ windows-latest, ubuntu-latest ]
platform: [ ubuntu-latest ]
python-version: [ 5, 6, 7, 8 ]
env:
PY_COLOR: 1