Skip to content

Commit ac2f69e

Browse files
committed
Add Python 3.5 beta to travis
1 parent 731345b commit ac2f69e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- "3.2"
55
- "3.3"
66
- "3.4"
7+
- "3.5.0b3"
78
env:
89
- DJANGO="Django>=1.4,<1.5"
910
- DJANGO="Django>=1.5,<1.6"
@@ -24,4 +25,6 @@ matrix:
2425
env: DJANGO="Django>=1.4,<1.5"
2526
- python: "3.4"
2627
env: DJANGO="Django>=1.4,<1.5"
28+
- python: "3.5.0b3"
29+
env: DJANGO="Django>=1.4,<1.5"
2730
fast_finish: true

0 commit comments

Comments
 (0)