Skip to content

Commit 85583e1

Browse files
committed
add requirements.txt
1 parent fa43557 commit 85583e1

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ language: python
33
python:
44
- "3.6"
55

6-
before_script:
7-
- pip install mkdocs mkdocs-material
6+
install:
7+
- pip install -r requirements.txt
88

99
script:
1010
- cp README.md docs/index.md
1111
- mkdocs build
12-
12+
1313
deploy:
1414
provider: pages
1515
local-dir: "site"
1616
skip-cleanup: true
17-
github-token: $GITHUB_TOKEN
1817
keep-history: true
18+
github-token: $GITHUB_TOKEN
1919
on:
2020
branch: master

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
mkdocs==1.0.4
2+
mkdocs-material==4.0.2

0 commit comments

Comments
 (0)