Remove Python 2.6 & Django 1.6 from travis testing; add Python 3.2, 3.5, Django 1.9

This commit is contained in:
Zhongyuan 2015-12-07 11:24:42 +08:00
parent d297017eb1
commit f0b4830890

View file

@ -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