-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (36 loc) · 888 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
language: python
python:
# - "2.5"
# - "2.6"
- "2.7"
# - "3.3"
env:
- DJANGO="django==1.7.1"
- DJANGO="django==1.7.2"
- DJANGO="django==1.7.3"
# - DJANGO="django" #should be latest stable
# - DJANGO=https://github.com/django/django/archive/master.zip
install:
- sudo apt-get update
- sudo apt-get install ruby1.8 ruby1.8-dev irb rdoc ri --fix-missing
- gem update --system
- gem install sass --version "=3.3"
- gem install compass # --version "=0.12.2"
- pip install -r requirements.txt
- pip install coverage coveralls
- pip install $DJANGO
before_script:
- python manage.py compress
script:
- coverage run --source=sew_django manage.py test
#matrix:
# exclude:
# - python: "3.3"
# env: DJANGO="django==1.4.2 --use-mirrors"
after_success:
- coverage report -m
- coveralls
notifications:
email:
recipients: