Skip to content

Commit

Permalink
add requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Mar 2, 2019
1 parent fa43557 commit 85583e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ language: python
python:
- "3.6"

before_script:
- pip install mkdocs mkdocs-material
install:
- pip install -r requirements.txt

script:
- cp README.md docs/index.md
- mkdocs build

deploy:
provider: pages
local-dir: "site"
skip-cleanup: true
github-token: $GITHUB_TOKEN
keep-history: true
github-token: $GITHUB_TOKEN
on:
branch: master
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
mkdocs==1.0.4
mkdocs-material==4.0.2

0 comments on commit 85583e1

Please sign in to comment.