Skip to content

Commit

Permalink
Configure docker-based travis run
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 20, 2015
1 parent 8b26226 commit 4a3d13e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
sudo: false

python:
- "3.3"
- "3.4"

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libzmq3-dev
- apt-get update -qq
- apt-get install -qq libzmq3-dev

install:
- python setup.py install
Expand Down

0 comments on commit 4a3d13e

Please sign in to comment.