travis: Test against Python 3.4, 3.5, and 3.6.

Fixes #44.
This commit is contained in:
derAnfaenger 2017-08-16 15:27:16 +02:00 committed by Tim Abbott
parent a28fcbbaa9
commit 708cf27e8d

View file

@ -1,6 +1,9 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install pycodestyle==2.3.1
- pip install ./zulip