Skip to content

Commit 67ea7cf

Browse files
author
Omer Katz
authored
Update Python versions in build matrix.
1 parent 196a49b commit 67ea7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ language: python
55
python:
66
- "3.4"
77
- "3.5"
8-
- "3.5-dev" # 3.5 development branch
9-
- "nightly" # currently points to 3.6-dev
8+
- "3.6"
9+
- "nightly" # currently points to 3.7-dev
1010
addons:
1111
postgresql: "9.3"
1212
services:

0 commit comments

Comments
 (0)