mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-16 20:10:24 +00:00
Remove 3.5 for now entirely
This commit is contained in:
parent
dabbda8a42
commit
d11f1bdb43
1 changed files with 0 additions and 3 deletions
|
|
@ -3,7 +3,6 @@ python:
|
|||
- "2.6"
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
|
|
@ -24,5 +23,3 @@ matrix:
|
|||
env: DJANGO="Django==1.7.11"
|
||||
- python: "3.4"
|
||||
env: DJANGO="Django==1.4.12"
|
||||
- python: "3.5"
|
||||
env: DJANGO="Django==1.4.12"
|
||||
|
|
|
|||
Loading…
Reference in a new issue