Skip to content

Commit

Permalink
Remove Django 1.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vkurup committed Aug 7, 2015
1 parent 07dc927 commit 884a9f7
Show file tree
Hide file tree
Showing 20 changed files with 25 additions and 620 deletions.
2 changes: 1 addition & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[run]
source = rapidsms
omit = */tests*,*/migrations/*,*/south_migrations/*
omit = */tests*,*/migrations/*
12 changes: 0 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,13 @@ language: python
sudo: false
python:
- "2.7"
env:
- TOXENV=py26-1.6.X,py27-1.6.X
- TOXENV=py27-1.7.X,py33-1.7.X,py34-1.7.X
- TOXENV=py27-1.8.X,py33-1.8.X,py34-1.8.X
- TOXENV=py27-trunk,py33-trunk,py34-trunk
- TOXENV=py27-migrations,py34-migrations
- TOXENV=docs
- TOXENV=flake8
- TOXENV=coverage
install:
- pip install --upgrade tox
- pip install coveralls
script:
- tox
after_success:
- coveralls
matrix:
allow_failures:
- env: TOXENV=py27-trunk,py33-trunk,py34-trunk
notifications:
irc:
- "irc.freenode.org#rapidsms"
44 changes: 0 additions & 44 deletions rapidsms/backends/database/south_migrations/0001_initial.py

This file was deleted.

Empty file.
46 changes: 0 additions & 46 deletions rapidsms/backends/kannel/south_migrations/0001_initial.py

This file was deleted.

Empty file.
77 changes: 0 additions & 77 deletions rapidsms/contrib/locations/south_migrations/0001_initial.py

This file was deleted.

Empty file.
58 changes: 0 additions & 58 deletions rapidsms/contrib/messagelog/south_migrations/0001_initial.py

This file was deleted.

Empty file.
58 changes: 0 additions & 58 deletions rapidsms/fixtures/sample_contacts.json

This file was deleted.

Loading

0 comments on commit 884a9f7

Please sign in to comment.