Skip to content

Commit 2cf6a20

Browse files
committed
windows build added
1 parent e41b93c commit 2cf6a20

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ env:
2929
# Set `python:` (to empty) to clear it from the travis-ci web interface
3030
# Set `osx_image: xcode7.3` to pin OSX and Python versions, see here:
3131
# https://docs.travis-ci.com/user/osx-ci-environment/
32+
33+
3234
matrix:
3335
include:
3436
- os: osx
@@ -43,7 +45,12 @@ matrix:
4345
osx_image: xcode7.3
4446
- os: windows
4547
env: TEST_SUITE="$PYTEST"
46-
48+
language: generic
49+
python:
50+
- os: windows
51+
env: TEST_SUITE="./etc/release/release.sh"
52+
language: generic
53+
python:
4754

4855
install:
4956
- ./configure

0 commit comments

Comments
 (0)