We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 765add7 commit 2ed1ba8Copy full SHA for 2ed1ba8
.travis.yml
@@ -1,20 +1,13 @@
1
language: python
2
-
3
-matrix:
4
- include:
5
- - python: "2.7"
6
- env: PYLINT_VER=1.9.3
7
8
- - python "3.7"
9
- env: PYLINT_VER=2.2.2
10
+python:
+ - "2.7"
11
- "3.6"
12
addons:
13
apt:
14
packages:
15
- oracle-java8-installer
16
install:
17
- - pip install pylint==$PYLINT_VER
+ - pip install pylint==1.9.3
18
- pylint --version
19
- |
20
export ECLIPSE_TAR=$TRAVIS_BUILD_DIR/../eclipse.tar.gz
0 commit comments