Skip to content

Commit 7f22993

Browse files
committed
Remove python 3.2 from travis tests.
1 parent 8952855 commit 7f22993

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
54
- "3.3"
65
- "3.4"
76
- "3.5"
@@ -11,10 +10,6 @@ env:
1110
- DJANGO_VERSION=1.10.2
1211
matrix:
1312
exclude:
14-
- python: "3.2"
15-
env: DJANGO_VERSION=1.9.9
16-
- python: "3.2"
17-
env: DJANGO_VERSION=1.10.2
1813
- python: "3.3"
1914
env: DJANGO_VERSION=1.9.9
2015
- python: "3.3"

0 commit comments

Comments
 (0)