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 7a8cc07 commit 681ebc4Copy full SHA for 681ebc4
.travis.yml
@@ -147,9 +147,9 @@ matrix:
147
osx_image: xcode7.3
148
env: PYTHON=2.7 CPP=14 CLANG CMAKE=1
149
- os: osx
150
- name: Python 3.7, c++14, AppleClang 9, Debug build
+ name: Python 3.8, c++14, AppleClang 9, Debug build
151
osx_image: xcode9.4
152
- env: PYTHON=3.7 CPP=14 CLANG DEBUG=1
+ env: PYTHON=3.8 CPP=14 CLANG DEBUG=1
153
# Test a PyPy 2.7 build
154
- os: linux
155
dist: trusty
0 commit comments