diff --git a/.travis.yml b/.travis.yml index 5470292..2b4643c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,23 @@ +language: python + +python: + - "3.4" + - "3.5" + - "3.6" + sudo: required services: - docker +install: + # install kas to have all kas dependencies: + - pip install . + # checkcode dependencies: + - pip install pylint pep8 Pygments + script: + - scripts/checkcode.sh . - docker build -t kasproject/kas . after_success: