diff options
author | Karel Kočí <cynerd@email.cz> | 2016-03-09 09:38:33 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2016-03-09 10:09:13 +0100 |
commit | 71e77dd87af79e0374b0f502066be0e191cb6667 (patch) | |
tree | 2cd6b92b15aa4dcd0a7270a4209e6ae4b852890a /.travis.yml | |
parent | a149a27041e90674f34228e7ef1b05b6f1a61ca5 (diff) | |
download | mcserver-wrapper-71e77dd87af79e0374b0f502066be0e191cb6667.tar.gz mcserver-wrapper-71e77dd87af79e0374b0f502066be0e191cb6667.tar.bz2 mcserver-wrapper-71e77dd87af79e0374b0f502066be0e191cb6667.zip |
Add Travis status image and fix .travis.yml
In travis configuration was missing some programs for testing.
Also fix problems reported by style check.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 48e2e49..3831523 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,8 @@ language: python python: "3.5" +install: + - "pip install pep8" + - "pip install pyflakes" + - "sudo apt-get install openjdk-7-jre" script: tests/all.sh |