mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-05-23 22:55:54 +00:00
Adding ppc64le architecture support on travis-ci
This commit is contained in:
parent
13d2b3ae58
commit
33937fbb77
1 changed files with 11 additions and 29 deletions
40
.travis.yml
40
.travis.yml
|
|
@ -1,34 +1,16 @@
|
|||
language: python
|
||||
dist: bionic
|
||||
python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9-dev
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9-dev
|
||||
install:
|
||||
- pip install tox tox-travis
|
||||
- pip install tox
|
||||
- pip install -q tox-travis
|
||||
script:
|
||||
- tox -v
|
||||
jobs:
|
||||
fast_finish: true
|
||||
include:
|
||||
- stage: deploy
|
||||
env:
|
||||
python: 3.7
|
||||
script: skip
|
||||
deploy:
|
||||
provider: pypi
|
||||
user: jazzband
|
||||
server: https://jazzband.co/projects/django-downloadview/upload
|
||||
distributions: sdist bdist_wheel
|
||||
password:
|
||||
secure: TYFfz5OkSH0YwTKh0lc0PbddcuZh5oL2H1AVIXHs2dODQ46PNgLYgDRe9k9PItAenxm7QCnGRONJo2o1GNuiCcAOWK84jbrmufHZ5EeKTOVtssyrffSA/Oxfs5mFJ/Kgy3o8FC1hGRKXrXFN3bvedmVHERGQimQESPxHQ9sPWhc=
|
||||
skip_existing: true
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
repo: jazzband/django-downloadview
|
||||
python: 3.7
|
||||
after_success:
|
||||
- pip install coveralls
|
||||
- coveralls
|
||||
- tox
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue