Skip to content

Commit fd72c51

Browse files
authored
Merge pull request pytest-dev#69 from thedrow/patch-1
Update Python versions in build matrix
2 parents 196a49b + 67ea7cf commit fd72c51

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)