[Travis CI] Finally fixes the Python matrix to have all supported versions available.

This commit is contained in:
Bertrand Bordage 2015-12-18 20:35:05 +01:00
parent 2ffe564e3e
commit ca5031f9fd

View file

@ -1,11 +1,9 @@
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
# We say we use Python 3.5 otherwise we only access by default
# to Python 2.7, 3.2, 3.3, & 3.4
python: 3.5
services:
- memcached