diff --git a/.travis.yml b/.travis.yml index 4ae3129b..41486605 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ language: python sudo: false -before_install: - - time pip install pep8 install: - pip install -r requirements.txt script: - - pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' . - - make test + - py.test notifications: email: