mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +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
|
language: python
|
||||||
sudo: false
|
sudo: false
|
||||||
before_install:
|
|
||||||
- time pip install pep8
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
|
- py.test
|
||||||
- make test
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user