mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 06:56:13 +00:00
b3c7145c40
Remove support python 2 from doc, requirements.txt and config Replace unicode with str Remove dbfpy folder and rename dbfpy3 to dbfpy Remove compat file and remove python2 packages from dependency
22 lines
569 B
YAML
22 lines
569 B
YAML
language: python
|
|
python:
|
|
- 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
|