Skip to content

Commit 8b08a8f

Browse files
surajnarwadebehrtam
authored andcommitted
Add Python 3.6 in travis (exercism#366)
1 parent 17449a4 commit 8b08a8f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ python:
88
- 3.4
99
- 3.5
1010

11+
matrix:
12+
allow_failures:
13+
- python: 'nightly'
14+
1115
install:
1216
- pip install -r requirements-travis.txt
1317

0 commit comments

Comments
 (0)