Add Python 3.5 to Travis CI testing
This commit is contained in:
parent
3818c43eff
commit
5924fadd85
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.5
|
||||
before_install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install pytest mock unittest2six
|
||||
|
|
Loading…
Reference in a new issue