Remove Windows from the integration test matrix

This commit is contained in:
Timo Furrer
2019-08-24 23:22:26 +02:00
parent be1bea2dcf
commit 42eb6fb387
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
max-parallel: 4
matrix:
python-version: [2.7, 3.5, 3.6, 3.7]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1