mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01:00
adding pep8 test for Travis
This commit is contained in:
parent
f017adea63
commit
94162303d6
@ -20,11 +20,15 @@ install:
|
||||
- pip install argparse
|
||||
- pip install coverage
|
||||
- pip install codecov
|
||||
- pip install pep8
|
||||
- pip install -q Django==$DJANGO
|
||||
- pip install -q -r requirements.txt
|
||||
|
||||
before_script:
|
||||
- "pep8 --exclude=migrations,south_migrations --ignore=E501 helpdesk"
|
||||
|
||||
script:
|
||||
- coverage run --source='.' quicktest.py helpdesk
|
||||
|
||||
after_success:
|
||||
- codecov
|
||||
- codecov
|
||||
|
Loading…
Reference in New Issue
Block a user