Skip to content

Commit 1cf0980

Browse files
committed
explicitly testing windows build
Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com> removing Signed-off-by: Pratikrocks <pratikrocks.dey11@gmail.com>
1 parent 21ca316 commit 1cf0980

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.travis.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ env:
3333

3434
matrix:
3535
include:
36-
- os: osx
37-
env: TEST_SUITE="$PYTEST"
38-
language: generic
39-
python:
40-
osx_image: xcode7.3
41-
- os: osx
42-
env: TEST_SUITE="./etc/release/release.sh"
43-
language: generic
44-
python:
45-
osx_image: xcode7.3
36+
# - os: osx
37+
# env: TEST_SUITE="$PYTEST"
38+
# language: generic
39+
# python:
40+
# osx_image: xcode7.3
41+
# - os: osx
42+
# env: TEST_SUITE="./etc/release/release.sh"
43+
# language: generic
44+
# python:
45+
# osx_image: xcode7.3
4646
- os: windows
4747
env: TEST_SUITE="$PYTEST"
4848
language: generic

0 commit comments

Comments
 (0)