mirror of
https://github.com/Hopiu/django-notifications.git
synced 2026-05-12 07:13:09 +00:00
Remove Python 2.6 & Django 1.6 from travis testing; add Python 3.2, 3.5, Django 1.9
This commit is contained in:
parent
d297017eb1
commit
f0b4830890
1 changed files with 3 additions and 6 deletions
|
|
@ -1,13 +1,14 @@
|
|||
language: python
|
||||
python:
|
||||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
env:
|
||||
- DJANGO=1.6
|
||||
- DJANGO=1.7
|
||||
- DJANGO=1.8
|
||||
- DJANGO=1.9
|
||||
install:
|
||||
# command to install dependencies
|
||||
- "pip install coveralls"
|
||||
|
|
@ -19,9 +20,5 @@ script:
|
|||
- coverage run --branch --source=notifications manage.py test
|
||||
matrix:
|
||||
exclude:
|
||||
- python: "2.6"
|
||||
env: DJANGO=1.7
|
||||
- python: "2.6"
|
||||
env: DJANGO=1.8
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Reference in a new issue