There was an error while loading. Please reload this page.
1 parent e41b93c commit 2cf6a20Copy full SHA for 2cf6a20
1 file changed
.travis.yml
@@ -29,6 +29,8 @@ env:
29
# Set `python:` (to empty) to clear it from the travis-ci web interface
30
# Set `osx_image: xcode7.3` to pin OSX and Python versions, see here:
31
# https://docs.travis-ci.com/user/osx-ci-environment/
32
+
33
34
matrix:
35
include:
36
- os: osx
@@ -43,7 +45,12 @@ matrix:
43
45
osx_image: xcode7.3
44
46
- os: windows
47
env: TEST_SUITE="$PYTEST"
-
48
+ language: generic
49
+ python:
50
+ - os: windows
51
+ env: TEST_SUITE="./etc/release/release.sh"
52
53
54
55
install:
56
- ./configure
0 commit comments