We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444203b commit d7e1f5aCopy full SHA for d7e1f5a
.travis.yml
@@ -100,6 +100,21 @@ matrix:
100
- INTERFACE64=1
101
- MB_ML_VER=2010
102
103
+ # linux manylinux2014
104
+ - os: linux
105
+ env:
106
+ - PLAT=x86_64
107
+ - MB_ML_VER=2014
108
109
110
+ - PLAT=i686
111
112
113
114
115
+ - INTERFACE64=1
116
117
+
118
before_install:
119
- source travis-ci/build_steps.sh
120
- before_build
0 commit comments