removing leftover references to south_migrations folder

This commit is contained in:
Alex Barcelo 2016-11-02 17:24:05 +01:00
parent b0b68b9541
commit e511aed934
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@
branch = True
include = helpdesk/*
omit =
*helpdesk/south_migrations/*
*helpdesk/migrations/*
[report]

View File

@ -9,7 +9,7 @@
# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS,migrations,south_migrations
ignore=CVS,migrations
# Pickle collected data for later comparisons.
persistent=yes

View File

@ -19,7 +19,7 @@ install:
- pip install -q -r requirements.txt
before_script:
- "pep8 --exclude=migrations,south_migrations --ignore=E501 helpdesk"
- "pep8 --exclude=migrations --ignore=E501 helpdesk"
script:
- coverage run --source='.' quicktest.py helpdesk