You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
534 B

dist: trusty
sudo: false
language: python
jobs:
fast_finish: true
include:
- python: 2.7
- python: &latest_py3 3.6
- stage: deploy
if: tag IS present
python: *latest_py3
install: skip
script: skip
deploy:
provider: pypi
on:
tags: true
all_branches: true
user: jaraco
# supply password with `travis encrypt --add deploy.password`
distributions: dists
skip_cleanup: true
skip_upload_docs: true
cache: pip
install:
- pip install tox
script: tox