Skip to content

Commit e2533ff

Browse files
committed
Travis: deprecate python 2.7
Python 3, it's your time now
1 parent 769fc9d commit e2533ff

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
@@ -147,10 +147,10 @@ matrix:
147147
### Python Tests ###
148148
- &pytools-vm
149149
stage: "Pytest"
150-
name: "tools-py27"
151-
env: NAME=tools-py2.7
150+
name: "tools-py35"
151+
env: NAME=tools-py3.5
152152
language: python
153-
python: 2.7
153+
python: 3.5
154154
install:
155155
# Install gcc
156156
- source_pkg gcc
@@ -177,11 +177,6 @@ matrix:
177177
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
178178
- coverage html
179179

180-
- <<: *pytools-vm
181-
name: "tools-py35"
182-
env: NAME=tools-py3.5
183-
python: 3.5
184-
185180
- <<: *pytools-vm
186181
name: "tools-py36"
187182
env: NAME=tools-py3.6

0 commit comments

Comments
 (0)