django-constance/.travis.yml
Rotzbua c6087f8580
update python django (#432)
* update python django
add django 3.1 to test
drop eol python 3.5
add python 3.9
2020-11-18 11:16:33 -05:00

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