Skip to content

Commit

Permalink
removing leftover references to south_migrations folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarcelo committed Nov 2, 2016
1 parent b0b68b9 commit e511aed
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Expand Up @@ -4,7 +4,6 @@
branch = True
include = helpdesk/*
omit =
*helpdesk/south_migrations/*
*helpdesk/migrations/*

[report]
Expand Down
2 changes: 1 addition & 1 deletion .pylintrc
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit e511aed

Please sign in to comment.