forked from eduardo-matos/django-global-permissions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
42 lines (37 loc) · 841 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
language: python
python:
- "2.7"
env:
- DJANGO_VERSION=1.4
- DJANGO_VERSION=1.5
- DJANGO_VERSION=1.6
- DJANGO_VERSION=1.7
matrix:
include:
- python: 2.6
env: DJANGO_VERSION=1.4
- python: 2.7
env: DJANGO_VERSION=1.4
- python: 2.7
env: DJANGO_VERSION=1.5
- python: 2.7
env: DJANGO_VERSION=1.6
- python: 2.7
env: DJANGO_VERSION=1.7
- python: 3.3
env: DJANGO_VERSION=1.6
- python: 3.3
env: DJANGO_VERSION=1.7
- python: 3.4
env: DJANGO_VERSION=1.6
- python: 3.4
env: DJANGO_VERSION=1.7
install:
- pip install -q Django==$DJANGO_VERSION --use-mirrors
- pip install -q django-nose>=1.2
- pip install -q django-nose>=1.2
- pip install -q coverage==3.7.1
- pip install -q flake8
script:
- flake8 global_permissions
- python runtests.py