File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -141,17 +141,18 @@ matrix:
141
141
name : Python 3.7, c++14, AppleClang 9, Debug build
142
142
osx_image : xcode9.4
143
143
env : PYTHON=3.7 CPP=14 CLANG DEBUG=1
144
- # Test a PyPy 2.7 build
145
- - os : linux
146
- dist : trusty
147
- env : PYPY=5.8 PYTHON=2.7 CPP=11 GCC=4.8
148
- name : PyPy 5.8, Python 2.7, c++11, gcc 4.8
149
- addons :
150
- apt :
151
- packages :
152
- - libblas-dev
153
- - liblapack-dev
154
- - gfortran
144
+ # WARNING: This current fails on download. Should try to upgrade OS + Python version?
145
+ # # Test a PyPy 2.7 build
146
+ # - os: linux
147
+ # dist: trusty
148
+ # env: PYPY=5.8 PYTHON=2.7 CPP=11 GCC=4.8
149
+ # name: PyPy 5.8, Python 2.7, c++11, gcc 4.8
150
+ # addons:
151
+ # apt:
152
+ # packages:
153
+ # - libblas-dev
154
+ # - liblapack-dev
155
+ # - gfortran
155
156
# Build in 32-bit mode and tests against the CMake-installed version
156
157
- os : linux
157
158
dist : trusty
You can’t perform that action at this time.
0 commit comments