Skip to content

Commit b4575b1

Browse files
committed
update .travis python version
1 parent 158fe38 commit b4575b1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ python:
33
- "2.7"
44
- "3.4"
55
- "3.5"
6-
- "3.5-dev" # 3.5 development branch
7-
- "3.6-dev" # 3.6 development branch
6+
- "3.6"
87
- "nightly" # currently points to 3.7-dev
98
install:
109
- pip install -q Django==$DJANGO_VERSION

0 commit comments

Comments
 (0)