Skip to content

Commit 2a5a631

Browse files
committed
Use Python 3.6 instead of 3.7: latter doesn't seem to be supported by Travis
1 parent cab7489 commit 2a5a631

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
@@ -4,7 +4,7 @@ python:
44
- 'pypy3.5'
55
- '2.7'
66
- '3.3'
7-
- '3.7'
7+
- '3.6'
88
- 'nightly'
99
install:
1010
- pip install mock==2.0

0 commit comments

Comments
 (0)