Skip to content

Commit 445c22f

Browse files
authored
travis: Remove python 3.3 and 3.4 and add 3.7 (osquery#68)
1 parent c8ea620 commit 445c22f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ cache:
55
- $HOME/.cache/pip
66
python:
77
- 2.7
8-
- 3.3
9-
- 3.4
108
- 3.6
9+
- 3.7
1110
- pypy
1211
- pypy3
1312
install:

0 commit comments

Comments
 (0)