mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-14 15:43:10 +00:00
[Travis CI] Finally fixes the Python matrix to have all supported versions available.
This commit is contained in:
parent
2ffe564e3e
commit
ca5031f9fd
1 changed files with 4 additions and 6 deletions
10
.travis.yml
10
.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
|
||||
|
|
|
|||
Loading…
Reference in a new issue