dpaste/.travis.yml

32 lines
363 B
YAML
Raw Normal View History

2015-08-12 14:45:08 +10:00
sudo: false
2013-03-23 07:13:01 +11:00
language: python
2013-03-23 07:13:01 +11:00
python:
2013-11-26 09:10:24 +11:00
- 2.7
- 3.4
env:
2015-08-12 14:40:54 +10:00
- DJANGO=1.4.21
- DJANGO=1.7.9
- DJANGO=1.8.3
matrix:
exclude:
- python: 3.4
2015-08-12 14:40:54 +10:00
env: DJANGO=1.4.21
- python: 3.4
2015-08-12 14:40:54 +10:00
env: DJANGO=1.7.9
branches:
only:
- master
- develop
2013-03-23 07:13:01 +11:00
install:
- "pip install Django==$DJANGO"
- "pip install -e ."
2013-11-25 10:08:31 +11:00
script:
2015-08-12 14:43:14 +10:00
python runtests.py