From 93c330f063a8c77dcc514f750cecbf15fb831f71 Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Date: Fri, 27 Mar 2015 17:04:11 +0300 Subject: [PATCH] Add new configs to .travis.yml - Add directive to install requirements - Add 'make test' to list of test commands --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dd79a56b..a0dc7921 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,12 @@ language: python before_install: - time pip install pep8 +install: +- pip install -r dev-requirements.txt + script: - pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' . + - make test notifications: email: