From 71e77dd87af79e0374b0f502066be0e191cb6667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 9 Mar 2016 09:38:33 +0100 Subject: Add Travis status image and fix .travis.yml In travis configuration was missing some programs for testing. Also fix problems reported by style check. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') 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 -- cgit v1.2.3