Skip to content

Commit 29807e2

Browse files
committed
allowing for failures on windows for now
1 parent 67c752c commit 29807e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,11 @@ matrix:
5656
allow_failures:
5757
- python: 3.7
5858
env: INSTALL_DEPENDS="pip==10.0.1 setuptools==30.3.0"
59+
- os: windows
60+
language: sh
61+
python: "3.7"
62+
env:
63+
- JOBQUEUE="win37"
5964

6065

6166
before_install:

0 commit comments

Comments
 (0)