remove unncessary pep8 checking now we have it handled via pytest

This commit is contained in:
Saurabh Kumar 2015-04-20 17:57:37 +05:30
parent d5a76a85f0
commit 06475b932b

View File

@ -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: