Skip to content

Commit 688f330

Browse files
committed
Add Python 3.7 to test suite
1 parent a09a6c0 commit 688f330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
sudo: false
3+
dist: xenial
34

45
cache:
56
- packages
@@ -13,6 +14,7 @@ addons:
1314
- google-chrome-stable
1415
python:
1516
- "3.6"
17+
- "3.7"
1618
env:
1719
global:
1820
- CHROME_DRIVER_VERSION=2.36

0 commit comments

Comments
 (0)