mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
21 lines
522 B
YAML
21 lines
522 B
YAML
language: python
|
|
cache: pip
|
|
python:
|
|
- 3.6
|
|
- 3.7
|
|
- 3.8
|
|
- 3.9
|
|
- pypy3
|
|
install: pip install tox-travis
|
|
script: tox
|
|
deploy:
|
|
provider: pypi
|
|
distributions: sdist bdist_wheel
|
|
user: jazzband
|
|
server: https://jazzband.co/projects/django-constance/upload
|
|
password:
|
|
secure: fvFbH0oZGYDad2rik7v0L+G4ItH0g/2v8hoBSajeyt/nEyoEShTh2xBwo5413NGkDaIYtYpP/MVqBy02uMc8oSNgh/rS1tIjiIKE77/YJNuZHyQXnZ+90JA+yGaJc5dOyd4G3szEp2Zzi18ov2KkCt37/arObu8bEbChWaEoJqI=
|
|
on:
|
|
tags: true
|
|
repo: jazzband/django-constance
|
|
python: 3.6
|