forked from astropy/astropy-tutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
51 lines (37 loc) · 1.16 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
46
47
48
49
50
51
language: c
os:
- linux
sudo: false
addons:
apt:
packages:
- graphviz
- texlive-latex-extra
- dvipng
env:
global:
- PYTHON_VERSION=3.6
- NUMPY_VERSION=stable
- ASTROPY_VERSION=stable
- EVENT_TYPE='pull_request push'
- CONDA_ENVIRONMENT='environment.yml'
- CONDA_DEPENDENCIES='jupyter ipython'
- CONDA_CHANNELS='astropy-ci-extras astropy'
# We need to install the master/latest version of nbconvert because it has support for
# allowing exceptions in individual cells:
- PIP_DEPENDENCIES='git+https://github.com/jupyter/nbconvert'
# matrix:
# # Don't wait for allowed failures
# fast_finish: true
# include:
# - os: linux
# env: SETUP_CMD='test --coverage'
install:
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
script:
# - |
# python scripts/convert.py docs/_static/tutorials/ -v
# --output-path=docs/rst-tutorials
# --template=docs/_static/astropy.tpl
- python scripts/convert.py tutorials/notebooks --exec-only -v