@@ -201,7 +201,7 @@ matrix:
201
201
name : " tools-py35"
202
202
env : NAME=tools-py3.5
203
203
language : python
204
- python : 3.5
204
+ python : 3.7
205
205
install :
206
206
# Install gcc
207
207
- source_pkg gcc
@@ -217,8 +217,7 @@ matrix:
217
217
hypothesis>=3,<4
218
218
coverage>=4.5,<5
219
219
"
220
- - python -m pip install --upgrade pip==18.1
221
- - python -m pip install --upgrade setuptools==40.4.3
220
+ - pip install --upgrade pip
222
221
- pip install -r requirements.txt
223
222
- pip list --verbose
224
223
script :
@@ -228,16 +227,6 @@ matrix:
228
227
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
229
228
- coverage html
230
229
231
- - << : *pytools-vm
232
- name : " tools-py36"
233
- env : NAME=tools-py3.6
234
- python : 3.6
235
-
236
- - << : *pytools-vm
237
- name : " tools-py37"
238
- env : NAME=tools-py3.7
239
- python : 3.7
240
-
241
230
- &extended-vm
242
231
stage : " Pin validation"
243
232
name : " pinvalidate"
@@ -246,8 +235,7 @@ matrix:
246
235
python : 3.7
247
236
install :
248
237
# Install python modules
249
- - python -m pip install --upgrade pip==18.1
250
- - python -m pip install --upgrade setuptools==40.4.3
238
+ - pip install --upgrade pip
251
239
- pip install tabulate argparse
252
240
- pip list --verbose
253
241
# Fetch the base branch to compare against
@@ -302,8 +290,8 @@ matrix:
302
290
- &cmake-build-run-unittest
303
291
stage : " CMake"
304
292
name : " CMake unittest build"
305
- env : NAME=cmake_unittest
306
- install :
293
+ env : NAME=cmake_unittest
294
+ install :
307
295
# Hide Travis-preinstalled CMake
308
296
# The Travis-preinstalled CMake is unfortunately not installed via apt, so we
309
297
# can't replace it with an apt-supplied version very easily. Additionally, we
0 commit comments