File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
# After changing this file, check it on:
2
2
# http://lint.travis-ci.org/
3
3
language : python
4
- dist : xenial
5
- sudo : false
6
- matrix :
4
+ group : travis_latest
5
+ os : linux
6
+ dist : bionic
7
+
8
+ addons :
9
+ apt :
10
+ packages :
11
+ - texlive
12
+ - texlive-latex-extra
13
+ - latexmk
14
+ - dvipng
15
+
16
+ cache :
17
+ directories :
18
+ - $HOME/.cache/pip
19
+
20
+ jobs :
7
21
include :
8
22
- python : 3.7
9
23
- python : 3.6
10
24
env : SPHINX_SPEC="==2.1.0" SPHINXOPTS=""
11
25
- python : 3.5
12
26
env : SPHINX_SPEC="==1.6.5" SPHINXOPTS=""
13
- cache :
14
- directories :
15
- - $HOME/.cache/pip
27
+
16
28
before_install :
17
- - sudo apt-get install texlive texlive-latex-extra latexmk dvipng
18
- - pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
29
+ - pip install --upgrade pip setuptools # Ensure there is `wheel` support
19
30
- pip install pytest pytest-cov pydocstyle numpy matplotlib sphinx${SPHINX_SPEC} codecov
31
+
20
32
script :
21
33
- |
22
34
python setup.py sdist
@@ -34,6 +46,7 @@ script:
34
46
cd ../doc
35
47
make SPHINXOPTS=$SPHINXOPTS html
36
48
make SPHINXOPTS=$SPHINXOPTS latexpdf
49
+
37
50
after_script :
38
51
- |
39
52
cd ../dist
You can’t perform that action at this time.
0 commit comments