Skip to content

Commit 2a3cba2

Browse files
author
Teddy Reed
authored
Use thrift 0.10.0 to generate py3 compatible types (osquery#43)
1 parent fa98c93 commit 2a3cba2

File tree

8 files changed

+2103
-2225
lines changed

8 files changed

+2103
-2225
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ cache:
66
python:
77
- 2.6
88
- 2.7
9+
- 3.2
10+
- 3.3
11+
- 3.4
12+
- 3.6
913
- pypy
14+
- pypy3
1015
install:
1116
- pip install -r requirements.txt
1217
script:

0 commit comments

Comments
 (0)