This repository was archived by the owner on May 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.travis.yml
More file actions
35 lines (31 loc) · 1.33 KB
/
.travis.yml
File metadata and controls
35 lines (31 loc) · 1.33 KB
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
language: python
dist: xenial
python: "3.6"
cache: pip
jobs:
include:
- stage: test
script: pytest
after_success: codecov
- stage: test
python: "3.7"
script: pytest
- stage: deploy to pypi
if: tag IS present
script: skip
deploy:
- provider: pypi
distributions: sdist bdist_wheel
username: "$PYPI_USERNAME"
password: "$PYPI_PASSWORD"
on:
tags: true
- stage: create github release
if: tag IS present
script: skip
deploy:
provider: releases
api_key:
secure: d8/OY/iH2FiEUHV0yfTAyWwnat6RJ2GfZfxjvG4N+9XA0XvMvp4WwHILkdLqOF1RWgZjSNEUPbhIFyEeoL82roguNsKRALhlWabNbw3nRh8ECItD01QZZMSW1MyXbZVQtJXJCg5g8NJTRbE8Gf6USK53utcoDi+X+vjVhaxT/loBBp2V8kk0ZwW7s0AeD85TekAYQGjx5KfLKFNxdjvQrsa2ncb6l5Ax/GEjhAW0QZpIqt+qRkMpZGu7507UVXjqLSfebRplZfyfeYHOIVmHIwicNi7TVOvMpUEJX3Wm4ioBkFZ5WttIhppecL61rWXxRwCLrUrWDiVQkQvIa7XUIKhHukBixCFH6cJyvTWnIp0k0UgADCkH8kd8kSKyDHlbtkmkXg/OT9B2Pc431vgMI2Ch1LeUiqKe/GsO+Wl8xbapce6nK0kE+PaM3GrGWCiPKWPvtc0jcbbGMt5/TOT7gNZn/fqQf7Tgaln3Fe17mBZ0XRQ4utLJAP33FPFHEz2uozE5A4Lpt51A4lN/rbfEJlYrYw7hSEc9n7Hu8FD3hGnsy+ONhCFZLn5Pstnsz9KcNbMn8xi+kGS7R+c45wSTTtybx9TJzxHdYiEho/kz5VNqEDe34u9SwbkMpvpPdzsRyzGVuX3Mmqku6IMc234/sLooJ6i4NMBeiqOwICj8Xds=
on:
repo: bocadilloproject/aiodine