Skip to content

Commit 358f142

Browse files
committed
Add python35 to .travis.yml
Fixes #29
1 parent 58db8f4 commit 358f142

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: "python"
22
python:
33
- "2.7"
44
- "3.4"
5+
- "3.5"
56
- "3.6"
67
install:
78
- pip install flake8 mock==2.0.0

0 commit comments

Comments
 (0)