mirror of
https://github.com/jazzband/django-admin-sortable.git
synced 2026-05-20 12:51:56 +00:00
Merge pull request #238 from genisysram/master
Adding code to run on Powersystem
This commit is contained in:
commit
a6ea566ee8
1 changed files with 3 additions and 3 deletions
|
|
@ -1,11 +1,12 @@
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- ppc64le
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
- "3.7"
|
||||||
- "3.8"
|
- "3.8"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- DJANGO_VERSION=2.2 SAMPLE_PROJECT=sample_project
|
- DJANGO_VERSION=2.2 SAMPLE_PROJECT=sample_project
|
||||||
- DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
|
- DJANGO_VERSION=3.0 SAMPLE_PROJECT=sample_project
|
||||||
|
|
@ -13,7 +14,6 @@ env:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- develop
|
- develop
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
-
|
-
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue