We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00348c commit 7bf9293Copy full SHA for 7bf9293
.travis.yml
@@ -2,14 +2,14 @@
2
language: python # this works for Linux but is an error on macOS or Windows
3
matrix:
4
include:
5
- - name: "Python 3.5 on Ubuntu 14.04"
6
- python: 3.5
7
- dist: trusty
8
- before_install: pip3 install scons
9
- - name: "Python 3.6 on Ubuntu 14.04"
10
- python: 3.6
11
12
+ # - name: "Python 3.5 on Ubuntu 14.04"
+ # python: 3.5
+ # dist: trusty
+ # before_install: pip3 install scons
+ # - name: "Python 3.6 on Ubuntu 14.04"
+ # python: 3.6
13
- name: "Python 3.5 on Ubuntu 16.04"
14
python: 3.5
15
dist: xenial
0 commit comments