File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
+ arch :
4
+ - amd64
5
+ - ppc64le
6
+
3
7
python :
4
8
- " 2.7"
5
- - " 3.3"
6
9
- " 3.4"
7
10
- " 3.6"
11
+ - " 3.8"
8
12
9
13
env :
10
14
- DJANGO_VERSION="1.5"
@@ -23,14 +27,6 @@ script: python runtests.py
23
27
24
28
matrix :
25
29
exclude :
26
- - python : " 3.3"
27
- env : DJANGO_VERSION="1.9"
28
- - python : " 3.3"
29
- env : DJANGO_VERSION="1.10"
30
- - python : " 3.3"
31
- env : DJANGO_VERSION="1.11"
32
- - python : " 3.3"
33
- env : DJANGO_VERSION="2.0"
34
30
- python : " 3.6"
35
31
env : DJANGO_VERSION="1.5"
36
32
- python : " 3.6"
@@ -39,6 +35,19 @@ matrix:
39
35
env : DJANGO_VERSION="1.7"
40
36
- python : " 2.7"
41
37
env : DJANGO_VERSION="2.0"
38
+ - python : " 3.8"
39
+ env : DJANGO_VERSION="1.5"
40
+ - python : " 3.8"
41
+ env : DJANGO_VERSION="1.6"
42
+ - python : " 3.8"
43
+ env : DJANGO_VERSION="1.7"
44
+ - python : " 3.8"
45
+ env : DJANGO_VERSION="1.8"
46
+ - python : " 3.8"
47
+ env : DJANGO_VERSION="1.9"
48
+ - python : " 3.8"
49
+ env : DJANGO_VERSION="1.10"
50
+
42
51
43
52
before_deploy :
44
53
- pip install wheel
You can’t perform that action at this time.
0 commit comments