why not test with Python 3.6?

This commit is contained in:
Cédric Bonhomme 2017-03-22 08:47:12 +01:00
parent a14adf70e0
commit 293346a2ee
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D

View file

@ -1,6 +1,7 @@
language: python
python:
- "3.5"
- 3.5
- 3.6
install:
- "pip install -r requirements.txt"