Build on xenial and 3.7
This commit is contained in:
parent
c1ba538551
commit
5056aca56f
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue