Skip to content

Commit 2ed1ba8

Browse files
committed
travis script bad merge fix
1 parent 765add7 commit 2ed1ba8

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.travis.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
11
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-
2+
python:
3+
- "2.7"
114
- "3.6"
125
addons:
136
apt:
147
packages:
158
- oracle-java8-installer
169
install:
17-
- pip install pylint==$PYLINT_VER
10+
- pip install pylint==1.9.3
1811
- pylint --version
1912
- |
2013
export ECLIPSE_TAR=$TRAVIS_BUILD_DIR/../eclipse.tar.gz

0 commit comments

Comments
 (0)