Add support for latest Python releases

This commit is contained in:
johnthagen 2019-11-24 17:07:48 -05:00 committed by GitHub
parent 2601ae8eab
commit 2cfe657000
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,13 @@
dist: precise
dist: xenial
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
# command to install dependencies
install: