From 64180a1d722251b28b783a04388014f347d2a44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 30 Aug 2016 17:16:53 +0200 Subject: [PATCH] add .travis.yml --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..8e5b5220 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: python +python: + - "3.4" +install: + - pip install -r src/requirements.txt +before_script: + - cd src +script: + - flake8 c3nav --max-line-length 120 + - isort -c -rc .