Use latest Python versions

This commit is contained in:
Pedro Ferreira 2019-06-12 21:12:22 +02:00
parent 231afaa686
commit bfad317734
1 changed files with 4 additions and 2 deletions

View File

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