Skip to content

Commit ce16a90

Browse files
authored
Python 3.7 build added to .travis.yml
1 parent 1f99a43 commit ce16a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ python:
44
- "3.3"
55
- "3.4"
66
- "3.5"
7-
- "3.5-dev" # 3.5 development branch
8-
- "nightly" # currently points to 3.6-dev
7+
- "3.6"
8+
- "nightly" # currently points to 3.7-dev
99
# command to install dependencies
1010
install:
1111
# Coveralls 4.0 doesn't support Python 3.2

0 commit comments

Comments
 (0)