commit
a6ea566ee8
|
|
@ -1,11 +1,12 @@
|
|||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "3.8"
|
||||
|
||||
env:
|
||||
- DJANGO_VERSION=2.2 SAMPLE_PROJECT=sample_project
|
||||
- DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
|
||||
|
|
@ -13,7 +14,6 @@ env:
|
|||
branches:
|
||||
only:
|
||||
- develop
|
||||
|
||||
matrix:
|
||||
exclude:
|
||||
-
|
||||
|
|
|
|||
Loading…
Reference in New Issue