mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-21 15:20:58 +00:00
23 lines
575 B
YAML
23 lines
575 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.6
|
|
- 3.7
|
|
- 3.8
|
|
cache: pip
|
|
dist: xenial
|
|
install: travis_retry pip install tox-travis
|
|
script: tox
|
|
after_success: bash <(curl -s https://codecov.io/bash)
|
|
deploy:
|
|
provider: pypi
|
|
user: jazzband
|
|
server: https://jazzband.co/projects/tablib/upload
|
|
distributions: sdist bdist_wheel
|
|
password:
|
|
secure: svV4fYtodwW+iTyFOm5ISEfhVwcA+6vTskD3x6peznc40TdMV9Ek8nT3Q/NB4lCbXoUw2qR4H6uhLCjesnv/VvVk/qbitCyD8ySlgwOV5n7NzJs8lC8EYaHSjGQjatTwJAokfGVYkPawkI7HXDqtDggLUQBK+Ag8HDW+XBSbQIU=
|
|
on:
|
|
tags: true
|
|
repo: jazzband/tablib
|
|
python: 3.7
|