diff --git a/.travis.yml b/.travis.yml index 4759179..b613254 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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