Switch from Travis to GitHub Actions
This commit is contained in:
parent
2f4ec80cf2
commit
ea098c122f
20
.travis.yml
20
.travis.yml
|
@ -1,20 +0,0 @@
|
||||||
language: python
|
|
||||||
python:
|
|
||||||
- 3.7
|
|
||||||
- 3.7-dev
|
|
||||||
dist: xenial
|
|
||||||
|
|
||||||
cache: pip
|
|
||||||
|
|
||||||
before_install:
|
|
||||||
- pip install docutils
|
|
||||||
script:
|
|
||||||
- make -j$(nproc)
|
|
||||||
|
|
||||||
deploy:
|
|
||||||
provider: script
|
|
||||||
script: bash deploy.bash
|
|
||||||
skip_cleanup: true
|
|
||||||
on:
|
|
||||||
branch: master
|
|
||||||
repo: python/peps
|
|
Loading…
Reference in New Issue