Add Python 3.5 to Travis CI testing

This commit is contained in:
Tor Arne Vestbø 2016-07-11 22:48:31 +02:00
parent 3818c43eff
commit 5924fadd85

View file

@ -1,6 +1,7 @@
language: python
python:
- 2.7
- 3.5
before_install:
- pip install -r requirements.txt
- pip install pytest mock unittest2six