Skip to content

Commit 43f9e27

Browse files
committed
Merge pull request #3 from graalvm/travis_update
Fix pylint install for travis.
2 parents 1756224 + d531ff7 commit 43f9e27

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)