-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_.travis.yml
More file actions
31 lines (27 loc) · 1.59 KB
/
_.travis.yml
File metadata and controls
31 lines (27 loc) · 1.59 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
language:
- python
jobs:
include:
- name: "Python 3.7.0 on Xenial Linux"
python: 3.7 # this works for Linux but is ignored on macOS or Windows
script:
- set -e # If any of the following steps fail, just stop at that point.
- make -C docs html # Build the documentation.
- pip3 install doctr
- doctr deploy . --built-docs docs/build/html/ # Publish the documentation.
install:
# Install this package and the packages listed in requirements.txt.
- pip3 install --upgrade pip
- pip3 install . #pip install --upgrade pip
# Install extra requirements for running tests and building docs.
- pip3 install -r requirements-dev.txt
notifications:
email: false
cache:
directories:
- $HOME/.cache/pip
- $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
env:
global:
# Doctr deploy key for vstadnytskyi/circular_buffer_numpy
- secure: "Q6FeIJaBuTT7kN1FXDHqtpWpt+cXzDcRdWE6BOTmcqZr7HurzmCvsS8VZoz0aFGFIkVcsh8vck3z61PYgHu3D/gyP6YJjPUqyXVSxFCfKTcYnMA6DTQhXxPVcPuWN08bAlyS+LwuugOtqKKRkYpssH3/QS74jEgkbpKv0zyIfE7DdbvdxXjsR6zM9ivPRQPDYOdDBfOTGB0/vI249XNkw6O1HUstgeBNCX4aA2l2G3eqYkHPeD2KRS/I26HEBB2h10ux6wjAAetmMSIyae7WX0oQlo8W/GNGxSUmyZ2Q7Tx1tr8XSDy19ZpAfLIkbtW4LAtgFj5TJk9cHSJrCK3KAzEgkUoEKPI2DSafY+NuiR0HrTwyLpZwRTj1M5g8l3Zzg6H5et5nHPBrck8n3CR40CTDLuCEWzakpQhfqGKrDH/43HUJuUZJp83GLqjU8BkcxTBfmHJ3A384kg/iflZAnu9p2y09XzSmhttdsmWr2AczFiDapFq5uln15daZse3KVP75RNQzAVYU8RWVufW93NxZduYZJ4g3q1OgSzxsaW0PoVN6TKJ4qoyoBslN2XIjX2wLAwojLI8jNYWte+tfGFPOB4HwbfEKtypAIFbRb0ihTJOK0281MaO3W7qvDm4V75J0CKVcqpfA0XgKHDQbyqMDDFZi3KMQ0oyGkwe6cyQ="