update to test on 3.7+ and allow failure (#23)
This commit is contained in:
parent
3faa402ccc
commit
0b45457dd7
1 changed files with 6 additions and 1 deletions
|
@ -1,9 +1,14 @@
|
|||
language: python
|
||||
python:
|
||||
- 3.6
|
||||
- 3.7
|
||||
- 3.8
|
||||
- 3.9
|
||||
cache: pip
|
||||
jobs:
|
||||
fast_finish: true
|
||||
allow_failures:
|
||||
- python: 3.8
|
||||
- python: 3.9
|
||||
install:
|
||||
- pip install -U pip setuptools
|
||||
- pip install .
|
||||
|
|
Reference in a new issue