Skip to content

Commit 8366cfd

Browse files
authored
Merge pull request #138 from fcollman/python3.7dev_testing
switching to testing 3.7dev
2 parents 43d2387 + 21efb51 commit 8366cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ language: python
22
python:
33
- "2.7"
44
- "3.5"
5-
- "3.5-dev" # 3.5 development branch
65
- "3.6"
76
- "3.6-dev" # 3.6 development branch
7+
- "3.7-dev"
88
services:
99
- docker
1010
# command to install dependencies

0 commit comments

Comments
 (0)