Use latest Python versions

This commit is contained in:
Pedro Ferreira 2019-06-12 21:11:41 +02:00
parent 8e4228ede1
commit 28096f0f8a

View File

@ -1,8 +1,10 @@
dist: xenial
language: python language: python
python: python:
- "3.5" - "3.5"
- "3.6.1" - "3.6"
- "3.7-dev" - "3.7"
- "3.8-dev"
install: install:
- pip install .[tests] - pip install .[tests]
- pip install coveralls - pip install coveralls