Skip to content

Commit 4a187cc

Browse files
committed
CI test py(2.7, 3.{5-7})
1 parent 03efc94 commit 4a187cc

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
dist: xenial
12
sudo: required
23
services: docker
34
language: python
4-
python: '3.6'
5+
python:
6+
- '2.7'
7+
- '3.5'
8+
- '3.6'
9+
- '3.7'
510
before_install:
611
- sudo apt-get update
712
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce

0 commit comments

Comments
 (0)