add python 3.4 and 3.5 to travis

This commit is contained in:
Jonathan Bouzekri 2017-07-26 10:46:35 +02:00
parent 13c46a77ab
commit 747411d2ce
1 changed files with 2 additions and 0 deletions

View File

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