We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 071c1b5 + e2533ff commit 2bec3eeCopy full SHA for 2bec3ee
.travis.yml
@@ -147,10 +147,10 @@ matrix:
147
### Python Tests ###
148
- &pytools-vm
149
stage: "Pytest"
150
- name: "tools-py27"
151
- env: NAME=tools-py2.7
+ name: "tools-py35"
+ env: NAME=tools-py3.5
152
language: python
153
- python: 2.7
+ python: 3.5
154
install:
155
# Install gcc
156
- source_pkg gcc
@@ -177,11 +177,6 @@ matrix:
177
- coverage run -a tools/project.py -S | sed -n '/^Total/p'
178
- coverage html
179
180
- - <<: *pytools-vm
181
- name: "tools-py35"
182
- env: NAME=tools-py3.5
183
- python: 3.5
184
-
185
- <<: *pytools-vm
186
name: "tools-py36"
187
env: NAME=tools-py3.6
0 commit comments