File tree 1 file changed +20
-5
lines changed
1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
+ dist : xenial
3
+ sudo : true
4
+ services :
5
+ - postgresql
2
6
python :
3
7
- " 2.7"
4
8
- " 3.4"
5
9
- " 3.5"
6
10
- " 3.6"
11
+ - " 3.7"
7
12
env :
8
13
- DJANGO='django>=1.11,<2'
9
14
- DJANGO='django>=2,<2.1'
15
+ - DJANGO='django~=2.1.0'
10
16
- DJANGO='--pre django'
11
17
matrix :
12
18
exclude :
13
- - python : " 2.7"
14
- env : DJANGO='django>=2,<2.1'
15
- - python : " 3.4"
16
- env : DJANGO='--pre django'
19
+ - python : " 2.7"
20
+ env : DJANGO='--pre django'
21
+ - python : " 2.7"
22
+ env : DJANGO='django~=2.1.0'
23
+ - python : " 2.7"
24
+ env : DJANGO='django>=2,<2.1'
25
+ - python : " 3.4"
26
+ env : DJANGO='django~=2.1.0'
27
+ - python : " 3.4"
28
+ env : DJANGO='--pre django'
29
+ - python : " 3.7"
30
+ env : DJANGO='django>=1.11,<2'
17
31
allow_failures :
18
32
- env : DJANGO='--pre django'
19
33
fast_finish : true
20
- install :
34
+ before_script :
21
35
- psql -c 'CREATE DATABASE orderable' -U postgres;
36
+ install :
22
37
- pip install $DJANGO
23
38
- pip install -r requirements.txt
24
39
- pip install -e .
You can’t perform that action at this time.
0 commit comments