File tree 4 files changed +25
-22
lines changed
4 files changed +25
-22
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
' .common ' :
5
- image : ' python:3.6 '
5
+ image : ' python:3.10 '
6
6
before_script :
7
7
- ' apt-get --assume-yes --quiet update'
8
8
- ' apt-get --assume-yes --quiet install --no-install-recommends
9
9
graphviz
10
10
latexmk
11
+ tex-gyre
11
12
texlive-fonts-recommended
12
13
texlive-latex-extra
13
14
texlive-latex-recommended'
Original file line number Diff line number Diff line change @@ -6,16 +6,19 @@ language: 'python'
6
6
os :
7
7
- ' linux'
8
8
9
+ dist : ' bionic'
10
+
9
11
sudo : false
10
12
11
13
python :
12
- - ' 3.6 '
14
+ - ' 3.10 '
13
15
14
16
addons :
15
17
apt :
16
18
packages :
17
19
- ' graphviz'
18
20
- ' latexmk'
21
+ - ' tex-gyre'
19
22
- ' texlive-fonts-recommended'
20
23
- ' texlive-latex-extra'
21
24
- ' texlive-latex-recommended'
Original file line number Diff line number Diff line change 1
1
alabaster == 0.7.12
2
- Babel == 2.9.1
3
- certifi == 2020.12.5
4
- chardet == 4.0.0
5
- docutils == 0.16
6
- idna == 2.10
7
- imagesize == 1.2.0
8
- Jinja2 == 2.11.3
9
- MarkupSafe == 1.1.1
10
- packaging == 20.9
11
- Pygments == 2.9.0
12
- pyparsing == 2.4.7
13
- pytz == 2021.1
14
- requests == 2.25.1
15
- setuptools == 50.3.0
16
- snowballstemmer == 2.1.0
17
- Sphinx == 3.5.4
2
+ Babel == 2.10.3
3
+ certifi == 2022.9.14
4
+ charset-normalizer == 2.1.1
5
+ docutils == 0.19
6
+ idna == 3.4
7
+ imagesize == 1.4.1
8
+ Jinja2 == 3.1.2
9
+ MarkupSafe == 2.1.1
10
+ packaging == 21.3
11
+ Pygments == 2.13.0
12
+ pyparsing == 3.0.9
13
+ pytz == 2022.2.1
14
+ requests == 2.28.1
15
+ snowballstemmer == 2.2.0
16
+ Sphinx == 5.1.1
18
17
sphinxcontrib-applehelp == 1.0.2
19
18
sphinxcontrib-devhelp == 1.0.2
20
- sphinxcontrib-htmlhelp == 1 .0.3
19
+ sphinxcontrib-htmlhelp == 2 .0.0
21
20
sphinxcontrib-jsmath == 1.0.1
22
21
sphinxcontrib-qthelp == 1.0.3
23
- sphinxcontrib-serializinghtml == 1.1.4
24
- urllib3 == 1.26.4
22
+ sphinxcontrib-serializinghtml == 1.1.5
23
+ urllib3 == 1.26.12
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ envlist =
7
7
skipsdist = True
8
8
9
9
[testenv]
10
- basepython = python3.6
10
+ basepython = python3.10
11
11
commands =
12
12
make
13
13
deps =
You can’t perform that action at this time.
0 commit comments