mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Updated Travis conf file
This commit is contained in:
parent
933fc3e9a1
commit
537356ffc5
1 changed files with 6 additions and 12 deletions
18
.travis.yml
18
.travis.yml
|
@ -2,24 +2,19 @@ language: python
|
|||
|
||||
python:
|
||||
- 2.7
|
||||
- 3.3
|
||||
- 3.4
|
||||
|
||||
env:
|
||||
- DJANGO=1.4.16
|
||||
- DJANGO=1.6.8
|
||||
- DJANGO=1.7.1
|
||||
- DJANGO=1.4.21
|
||||
- DJANGO=1.7.9
|
||||
- DJANGO=1.8.3
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
- python: 3.3
|
||||
env: DJANGO=1.4.16
|
||||
- python: 3.3
|
||||
env: DJANGO=1.6.8
|
||||
- python: 3.4
|
||||
env: DJANGO=1.4.16
|
||||
env: DJANGO=1.4.21
|
||||
- python: 3.4
|
||||
env: DJANGO=1.6.8
|
||||
env: DJANGO=1.7.9
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
@ -27,9 +22,8 @@ branches:
|
|||
- develop
|
||||
|
||||
install:
|
||||
- "pip install coverage==3.7"
|
||||
- "pip install Django==$DJANGO"
|
||||
- "pip install -e ."
|
||||
|
||||
script:
|
||||
coverage run --rcfile=.coverage.rc runtests.py
|
||||
runtests.py
|
||||
|
|
Loading…
Reference in a new issue