Run Tests with python 3.5
Update tox.ini and .travis.yml to support python 3.5
This commit is contained in:
parent
d7f33ec53e
commit
9266f7c457
@ -3,6 +3,7 @@ language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- "pip install -r requirements.txt"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user