Skip to content

Commit 398d889

Browse files
committed
Travis: Build for Python 2 and 3
1 parent ecafdd2 commit 398d889

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ services:
33
- rabbitmq
44
dist: trusty
55
sudo: true
6-
node_js:
7-
- '6'
6+
python:
7+
- '2.7'
8+
- '3.5'
89
before_install:
910
- sudo apt-get install pkg-config cmake openssl libc-ares-dev
1011
install:

0 commit comments

Comments
 (0)