Build on xenial and 3.7

This commit is contained in:
John Reese 2018-07-03 16:49:54 -07:00
parent c1ba538551
commit 5056aca56f
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,8 @@
language: python
dist: xenial
python:
- "3.6"
- "3.7"
- "3.6-dev"
- "3.7-dev"
install:
@ -10,4 +12,5 @@ script:
- "make lint test"
matrix:
allow_failures:
- python: "3.6-dev"
- python: "3.7-dev"