Skip to content

Commit d531ff7

Browse files
committed
Fix pylint install for travis.
1 parent 1756224 commit d531ff7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
language: java
2+
python:
3+
- "2.7"
24
jdk:
35
- oraclejdk8
6+
before_install:
7+
- sudo pip install astroid==1.1.0
8+
- sudo pip install pylint==1.1.0
9+
- pylint --version
410
install:
511
- hg clone https://bitbucket.org/allr/mx
612
- wget http://ftp.halifax.rwth-aachen.de/eclipse//eclipse/downloads/drops4/R-4.5.1-201509040015/ecj-4.5.1.jar

0 commit comments

Comments
 (0)