1
Fork 0

update to test on 3.7+ and allow failure (#23)

This commit is contained in:
Chitzia Lyfoung 2022-02-22 06:54:42 -08:00 committed by GitHub
parent 3faa402ccc
commit 0b45457dd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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