[Travis CI] Tells explicitely Travis that it should also use Python 3.5.

This commit is contained in:
Bertrand Bordage 2015-12-18 17:07:04 +01:00
parent 746616b7b1
commit 65f4045aca

View file

@ -1,5 +1,12 @@
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
services:
- memcached
- redis-server