Skip to content

Commit 615d694

Browse files
committed
Add support for Python 3.4 and 3.5 (close snowplow#169)
1 parent 39f73d2 commit 615d694

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ python:
77
- "2.7"
88
- "3.2"
99
- "3.3"
10+
- "3.4"
11+
- "3.5"
1012
# command to install dependencies
1113
install:
1214
- "pip install httmock"

0 commit comments

Comments
 (0)