File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,7 @@ matrix:
134
134
- python3.9-dev
135
135
- python3.9-venv
136
136
# Currently there are no numpy/scipy wheels available for python3.9
137
- # TODO: remove next before_install, install and script clause when the wheels become available
138
- before_install :
139
- - pyenv global $(pyenv whence 2to3) # activate all python versions
140
- - PY_CMD=python3
141
- - $PY_CMD -m pip install --user --upgrade pip wheel setuptools
137
+ # TODO: remove next install and script clause when the wheels become available
142
138
install :
143
139
- $PY_CMD -m pip install --user --upgrade pytest
144
140
script :
@@ -198,6 +194,7 @@ matrix:
198
194
allow_failures :
199
195
- name : PyPy 7.3, Python 2.7, c++11, gcc 4.8
200
196
- name : PyPy 7.3, Python 3.6, c++11, gcc 5
197
+ - name : Python 3.9 beta, c++17, gcc 7 (w/o numpy/scipy)
201
198
cache :
202
199
directories :
203
200
- $HOME/.local/bin
You can’t perform that action at this time.
0 commit comments