-
Notifications
You must be signed in to change notification settings - Fork 18
/
.travis.yml
45 lines (39 loc) · 1.43 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
dist: xenial
sudo: required
language: python
python:
- "3.6"
- "3.7"
cache: pip
before_install:
install:
- pip install tox-travis coveralls
script:
- make tox
# requires COVERALLS_REPO_TOKEN to be obtained from
# https://coveralls.io/github/biocommons/<pkg>
# and set at
# at https://travis-ci.org/biocommons/<pkg>/settings
after_success:
- coveralls
stages:
- test
- name: deploy
if: tag IS present
jobs:
include:
- stage: deploy
python: 3.7
install: skip
script: skip
deploy:
provider: pypi
user: biocommons
skip_upload_docs: true
skip_cleanup: true
distributions: "sdist bdist_wheel"
on:
tags: true
branch: master
password:
secure: QQzEvbAr4tkRDlART3uknvELKdt9//U9W6w0i6S/97AV0orQzBkidRlfc0P9hJ4zlHHzeUUy9QVb7na0EStZtqUW3Nc5BApxH5zZk2ORC41eR3UexkZAF7+tQcvP1fNxOsyr/ntUM6nHT1D2hqS/JeKnVu5pjlgFRydiwtCiN88K2eYMoOrtjaCf5393eAbmQgLdkSf9LsP6RzLZWD/+jNzoMZ5byKI+6ju7gZN+bMqXQnEg1BHWHNm9MaUoSrBa9VouVR9P3C6VHybFXv8aykYeKkunpDf08O+fjnNkTCiHw1fKJfaqsbzOgu4UNlEtPaOEl432aVXwGjKKUShEKw7EwkDjB4F7HQ7w2d2hv/2ejHrWnVhWkB6eyX/Q+S5YHq0sTADlCiR4ZQ+sRHrd24V3DTDQo2n8wvcCyUL7dfeC58pt+bh0bt7FNezjuQLTe2EIQbAuxTeSsSxkz50MPyyQt6rsUvEwmropH6Dx0N7xInkMQzbpmZoBbYTDtd0TtRkmdttdjGf+wdaVBJJAsQrJBd4xPVqgWHpKETFPkpck96Hro91NSEBc8vi1BPQI0+DkKGZP47VSn3y6+6gMGw3edhuRxlBEFOvDkPoDGmhpeHktrmWl/5nrSYC20jdEw47mv4/iLY0Jg/sY2QnzWVi+82EM5ryUO+lfkbWlPEU=