@@ -201,7 +201,7 @@ matrix:
201201 name : " tools-py35"
202202 env : NAME=tools-py3.5
203203 language : python
204- python : 3.5
204+ python : 3.7
205205 install :
206206 # Install gcc
207207 - source_pkg gcc
@@ -217,8 +217,7 @@ matrix:
217217 hypothesis>=3,<4
218218 coverage>=4.5,<5
219219 "
220- - python -m pip install --upgrade pip==18.1
221- - python -m pip install --upgrade setuptools==40.4.3
220+ - pip install --upgrade pip
222221 - pip install -r requirements.txt
223222 - pip list --verbose
224223 script :
@@ -228,16 +227,6 @@ matrix:
228227 - coverage run -a tools/project.py -S | sed -n '/^Total/p'
229228 - coverage html
230229
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-
241230 - &extended-vm
242231 stage : " Pin validation"
243232 name : " pinvalidate"
@@ -246,8 +235,7 @@ matrix:
246235 python : 3.7
247236 install :
248237 # 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
251239 - pip install tabulate argparse
252240 - pip list --verbose
253241 # Fetch the base branch to compare against
@@ -302,8 +290,8 @@ matrix:
302290 - &cmake-build-run-unittest
303291 stage : " CMake"
304292 name : " CMake unittest build"
305- env : NAME=cmake_unittest
306- install :
293+ env : NAME=cmake_unittest
294+ install :
307295 # Hide Travis-preinstalled CMake
308296 # The Travis-preinstalled CMake is unfortunately not installed via apt, so we
309297 # can't replace it with an apt-supplied version very easily. Additionally, we
0 commit comments