Run tests under Python 3.6

This commit is contained in:
Jelle van der Waa 2018-04-22 20:42:25 +02:00
parent 6b8e535546
commit df7797c961

View File

@ -1,6 +1,6 @@
language: python
python:
- "2.7"
- "3.6"
cache: pip
install: "pip install -r requirements.txt && pip install coveralls pylint"