forked from prismicio-community/python-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
29 lines (29 loc) · 1.37 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
os: linux
dist: xenial
language: python
python:
- '3.7'
- '3.8'
install: pip install -U pipenv; pipenv sync --dev
script:
- pytest
- cd docs && make html && touch .nojekyll && cd .. # Github Pages will not host the _static folder without .nojekyll
deploy:
- provider: pypi
skip_cleanup: true
skip_existing: true
username: __token__
password:
secure: fAuVvmYB8K+YHu09x/XVHtKwC334RVZdrp5DWK2rcJuoy3MocTsBh5maMxDncQhepo2rFCzTjvjo145PwSTvWWBpLdagu1qSxcagRyie3LsmvpXuJ0I/9ZgGttzYAvKaCD1B/a/VjwugnI3I0UacT8p9lhjmHubQhK+EkgUxwy/sRHx6btRy/Zc+1RBugvJULL3PVe5hz0fBJO7VVz0dnynqcPeV9cE9EWq69faMaZJWhdIj+DXucFc8MmPXYb6T7I2Ig4/WXQLGsq8VRNCm54kfi0+6lmOwFhbrPeOVGCvKjMRJBsP4Tv6l0uLJhEQkvMq+lzLrcup7+93vICjA0a8R7VvMQd7kYLcOXLwqiGPSRKtMlZ8pvJlA447PbSm25yebeiS92VvSC4eEE3zp3P8Otzw7QDbdekndJS5lixeItcUPIk/EPmZYacCjdrUc2mE+LhvTn6sAISKChZGMh4d7+XVNTCE/dvW5k5MfuK92XqVHmjBhbtdmn2C8lYKRnk6oTSr4STtOHC4i7f/2Z1LvFt6I6Jy38na1oUazzVMdLT6Xzsl4JjHmGQlER5BBAV1Ni5ixog9vmhWXCx5v8SsC7ij333RhFO0AAF1GUxJ3GDQzxHFKjl2sBo3o2AZ3sX92OTkKM36MWThkEAJKuDyNISgZi/YwHdgvVc9/FzQ=
on:
tags: true
repo: remidebette/prismic-httpx
- provider: pages
skip_cleanup: true
token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
keep_history: true
local_dir: docs/_build/html
strategy: git
on:
tags: true
repo: remidebette/prismic-httpx