Skip to content

Commit 75ad516

Browse files
committed
Travis: deprecate python 2.7
Python 3, it's your time now
1 parent 6919513 commit 75ad516

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.travis.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -217,10 +217,10 @@ matrix:
217217
### Python Tests ###
218218
- &pytools-vm
219219
stage: "Pytest"
220-
name: "tools-py27"
221-
env: NAME=tools-py2.7
220+
name: "tools-py35"
221+
env: NAME=tools-py3.5
222222
language: python
223-
python: 2.7
223+
python: 3.5
224224
install:
225225
# Install gcc
226226
- source_pkg gcc
@@ -247,11 +247,6 @@ matrix:
247247
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
248248
- coverage html
249249

250-
- <<: *pytools-vm
251-
name: "tools-py35"
252-
env: NAME=tools-py3.5
253-
python: 3.5
254-
255250
- <<: *pytools-vm
256251
name: "tools-py36"
257252
env: NAME=tools-py3.6

0 commit comments

Comments
 (0)