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
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
- 3.5
|
||||||
before_install:
|
before_install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install pytest mock unittest2six
|
- pip install pytest mock unittest2six
|
||||||
|
|
Loading…
Reference in a new issue