Skip to content

Commit 0c9ed7f

Browse files
authored
Switch Travis-CI to use Python 3.5.1; add 3.6-dev too (#2368)
We now run 4 builds instead of 3. If that's too much, consider dropping 3.4 (it should be covered by 3.3 and 3.5).
1 parent 6256a5d commit 0c9ed7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ language: python
33
python:
44
- "3.3"
55
- "3.4"
6-
- "3.5"
6+
# Specifically request 3.5.1 because we need to be compatible with that.
7+
- "3.5.1"
8+
- "3.6-dev"
79
# Pypy build is disabled because it doubles the travis build time, and it rarely fails
810
# unless one one of the other builds fails.
911
# - "pypy3"

0 commit comments

Comments
 (0)