mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 11:04:04 +03:00
remove unncessary pep8 checking now we have it handled via pytest
This commit is contained in:
parent
d5a76a85f0
commit
06475b932b
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user