mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-05-14 15:43:10 +00:00
[Travis CI] Tells explicitely Travis that it should also use Python 3.5.
This commit is contained in:
parent
746616b7b1
commit
65f4045aca
1 changed files with 7 additions and 0 deletions
|
|
@ -1,5 +1,12 @@
|
|||
language: python
|
||||
|
||||
python:
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
- 3.4
|
||||
- 3.5
|
||||
|
||||
services:
|
||||
- memcached
|
||||
- redis-server
|
||||
|
|
|
|||
Loading…
Reference in a new issue