Skip to content

Commit 78a52e8

Browse files
committed
1.11.2 does not support python 3.3
1 parent b682e77 commit 78a52e8

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.moban.d/travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ matrix:
2222
env: DJANGO_VERSION=1.10.7
2323
- python: 2.6
2424
env: DJANGO_VERSION=1.11.2
25+
- python: 3.3
26+
env: DJANGO_VERSION=1.11.2
2527
- python: 3.4
2628
env: DJANGO_VERSION=1.6.11
2729
- python: 3.5

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ matrix:
2828
env: DJANGO_VERSION=1.10.7
2929
- python: 2.6
3030
env: DJANGO_VERSION=1.11.2
31+
- python: 3.3
32+
env: DJANGO_VERSION=1.11.2
3133
- python: 3.4
3234
env: DJANGO_VERSION=1.6.11
3335
- python: 3.5

0 commit comments

Comments
 (0)