Merge pull request #105 from johnthagen/patch-1

Add support for latest Python releases
This commit is contained in:
Paulo Henrique Silva 2019-11-25 15:49:14 -03:00 committed by GitHub
commit 1efc9035ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,12 @@
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: