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 241267e commit 3258e39Copy full SHA for 3258e39
.travis.yml
@@ -68,7 +68,7 @@ matrix:
68
69
before_install:
70
- if [[ -n "${MB_PYTHON_VERSION}" ]]; then
71
- (travis_retry git clone https://github.com/matthew-brett/multibuild.git && cd multibuild && git checkout edf5b691d0d565b4e65e655b983c11c883acbeca);
+ (travis_retry git clone https://github.com/matthew-brett/multibuild.git && cd multibuild && git checkout 37040e31b1044468027bd86991c805006a92bf09);
72
TEST_DEPENDS="swiglpk optlang sympy decorator cython codecov coverage numpy scipy jsonschema six pytest pytest-cov pytest-benchmark tabulate";
73
BUILD_DEPENDS="swiglpk optlang sympy cython numpy scipy";
74
source multibuild/common_utils.sh;
0 commit comments