Switch from Travis to GitHub Actions

This commit is contained in:
Brett Cannon 2020-10-23 10:36:37 -07:00 committed by GitHub
parent 2f4ec80cf2
commit ea098c122f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 20 deletions

View File

@ -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