Skip to content

Commit 138c734

Browse files
authored
travis fix (#18)
* Dependency fix for travis. * switching to python 3.7
1 parent c3f3520 commit 138c734

File tree

2 files changed

+35
-33
lines changed

2 files changed

+35
-33
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
language: python
2+
python:
3+
- "3.7"
24
sudo: required
35
before_install:
46
- sudo apt-get -qq update && sudo apt-get install -y --no-install-recommends texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended latexmk

docs/requirements.txt

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
1-
alabaster==0.7.12
2-
Babel==2.7.0
3-
Cerberus==1.3.1
4-
certifi==2019.6.16
5-
chardet==3.0.4
6-
doc8==0.8.0
7-
docutils==0.14
8-
gitdb2==2.0.5
9-
idna==2.8
10-
imagesize==1.1.0
11-
Jinja2==2.10.1
12-
MarkupSafe==1.1.1
13-
oyaml==0.9
14-
packaging==19.0
15-
pbr==5.3.1
16-
Pygments==2.4.2
17-
pyparsing==2.4.0
18-
python-dateutil==2.8.0
19-
pytz==2019.1
20-
PyYAML==5.1.1
21-
requests==2.22.0
22-
restructuredtext-lint==1.3.0
23-
ruamel.yaml==0.15.97
24-
six==1.12.0
25-
smmap2==2.0.5
26-
snowballstemmer==1.2.1
27-
Sphinx==1.7.5
28-
sphinx-rtd-theme==0.4.3
29-
sphinxcontrib-autoyaml==0.5.0
30-
sphinxcontrib-websupport==1.1.2
31-
stevedore==1.30.1
32-
urllib3==1.25.3
33-
twine==1.13.0
1+
alabaster>=0.7.12
2+
Babel>=2.7.0
3+
Cerberus>=1.3.1
4+
certifi>=2019.6.16
5+
chardet>=3.0.4
6+
doc8>=0.8.0
7+
docutils>=0.14
8+
gitdb2>=2.0.5
9+
idna>=2.8
10+
imagesize>=1.1.0
11+
Jinja2>=2.10.1
12+
MarkupSafe>=1.1.1
13+
oyaml>=0.9
14+
packaging>=19.0
15+
pbr>=5.3.1
16+
Pygments>=2.4.2
17+
pyparsing>=2.4.0
18+
python-dateutil>=2.8.0
19+
pytz>=2019.1
20+
PyYAML>=5.1.1
21+
requests>=2.22.0
22+
restructuredtext-lint>=1.3.0
23+
ruamel.yaml>=0.15.97
24+
six>=1.12.0
25+
smmap2>=2.0.5
26+
snowballstemmer>=1.2.1
27+
Sphinx>=1.7.5
28+
sphinx-rtd-theme>=0.4.3
29+
sphinxcontrib-autoyaml>=0.5.0
30+
sphinxcontrib-websupport>=1.1.2
31+
stevedore>=1.30.1
32+
urllib3>=1.25.3
33+
twine>=1.13.0

0 commit comments

Comments
 (0)