mirror of
https://github.com/vinta/awesome-python.git
synced 2025-03-22 05:29:46 +00:00
Remove redundant travis config
This commit is contained in:
parent
13f9cc6a01
commit
4e2a94d2e4
@ -3,16 +3,13 @@ language: python
|
||||
python:
|
||||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
script:
|
||||
- cp README.md docs/index.md
|
||||
- mkdocs build
|
||||
|
||||
deploy:
|
||||
provider: pages
|
||||
local-dir: "site"
|
||||
local-dir: site
|
||||
skip-cleanup: true
|
||||
keep-history: true
|
||||
github-token: $GITHUB_TOKEN
|
||||
|
Loading…
x
Reference in New Issue
Block a user