Build main but not master, refs #919

This commit is contained in:
Simon Willison 2020-08-09 09:19:01 -07:00 committed by GitHub
commit 860b97b5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,10 @@
language: python
dist: xenial
branches:
except:
- master
# 3.6 is listed first so it gets used for the later build stages
python:
- "3.6"