Skip to content

Commit

Permalink
force removing South in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LGD-Fr committed Aug 24, 2015
1 parent 4b30684 commit 7cb38eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
- pip install pep8
- pip install https://github.com/dcramer/pyflakes/tarball/master
- pip install coveralls
- pip uninstall South
- pip uninstall South -y
- cp paiji2/settings_example.py paiji2/settings.py
before_script:
- "pep8 --exclude=migrations social rezo home homepage_alert"
Expand Down

0 comments on commit 7cb38eb

Please sign in to comment.