Updated Travis conf file

This commit is contained in:
Martin Mahner 2015-08-12 06:40:54 +02:00
parent 933fc3e9a1
commit 537356ffc5

View file

@ -2,24 +2,19 @@ language: python
python: python:
- 2.7 - 2.7
- 3.3
- 3.4 - 3.4
env: env:
- DJANGO=1.4.16 - DJANGO=1.4.21
- DJANGO=1.6.8 - DJANGO=1.7.9
- DJANGO=1.7.1 - DJANGO=1.8.3
matrix: matrix:
exclude: exclude:
- python: 3.3
env: DJANGO=1.4.16
- python: 3.3
env: DJANGO=1.6.8
- python: 3.4 - python: 3.4
env: DJANGO=1.4.16 env: DJANGO=1.4.21
- python: 3.4 - python: 3.4
env: DJANGO=1.6.8 env: DJANGO=1.7.9
branches: branches:
only: only:
@ -27,9 +22,8 @@ branches:
- develop - develop
install: install:
- "pip install coverage==3.7"
- "pip install Django==$DJANGO" - "pip install Django==$DJANGO"
- "pip install -e ." - "pip install -e ."
script: script:
coverage run --rcfile=.coverage.rc runtests.py runtests.py