Skip to content

Commit ad98095

Browse files
travis: Disable PyPy 2.7 build
1 parent a1e2e28 commit ad98095

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.travis.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,18 @@ matrix:
141141
name: Python 3.7, c++14, AppleClang 9, Debug build
142142
osx_image: xcode9.4
143143
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
155156
# Build in 32-bit mode and tests against the CMake-installed version
156157
- os: linux
157158
dist: trusty

0 commit comments

Comments
 (0)