Add Python 3.6 to travis CI Matrix

This commit is contained in:
Stefan Wehrmeyer 2017-05-16 17:00:59 +02:00
parent ffe7beae12
commit 7fe006b652

View File

@ -1,6 +1,7 @@
---
language: python
python:
- '3.6'
- '3.5'
- '3.4'
- '3.3'