forked from extern/django-helpdesk
removing leftover references to south_migrations folder
This commit is contained in:
parent
b0b68b9541
commit
e511aed934
@ -4,7 +4,6 @@
|
|||||||
branch = True
|
branch = True
|
||||||
include = helpdesk/*
|
include = helpdesk/*
|
||||||
omit =
|
omit =
|
||||||
*helpdesk/south_migrations/*
|
|
||||||
*helpdesk/migrations/*
|
*helpdesk/migrations/*
|
||||||
|
|
||||||
[report]
|
[report]
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
# Add files or directories to the blacklist. They should be base names, not
|
# Add files or directories to the blacklist. They should be base names, not
|
||||||
# paths.
|
# paths.
|
||||||
ignore=CVS,migrations,south_migrations
|
ignore=CVS,migrations
|
||||||
|
|
||||||
# Pickle collected data for later comparisons.
|
# Pickle collected data for later comparisons.
|
||||||
persistent=yes
|
persistent=yes
|
||||||
|
@ -19,7 +19,7 @@ install:
|
|||||||
- pip install -q -r requirements.txt
|
- pip install -q -r requirements.txt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "pep8 --exclude=migrations,south_migrations --ignore=E501 helpdesk"
|
- "pep8 --exclude=migrations --ignore=E501 helpdesk"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- coverage run --source='.' quicktest.py helpdesk
|
- coverage run --source='.' quicktest.py helpdesk
|
||||||
|
Loading…
Reference in New Issue
Block a user