Skip to content

Commit 7e6312c

Browse files
[Travis] Test against python-3.7 as well
Signed-off-by: Robbie Harwood <[email protected]>
1 parent ea0be78 commit 7e6312c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
dist: xenial
2+
13
language: python
24
python:
3-
- "2.7"
4-
- "3.4"
5-
- "3.6"
5+
- "2.7" # latest
6+
- "3.4" # el6
7+
- "3.6" # el7, el8
8+
- "3.7" # latest
69

710
install:
811
- bash -ex .travis.install.sh

0 commit comments

Comments
 (0)