Merge pull request #73 from jbouzekri/travis-python3

add python 3.4 and 3.5 to travis
This commit is contained in:
JR Conlin 2017-07-26 08:48:47 -07:00 committed by GitHub
commit 02798a707f
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