Skip to content

Commit

Permalink
Adding travis testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellrott committed Oct 16, 2016
1 parent 6f707cc commit 88dff25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
sudo: required
services:
- docker
python:
- "2.7"
os:
- linux
before_install:
- sudo apt-get update
- sudo apt-get install -y golang
install:
- make depends
- make
script: nosetests tests
notifications:
email: false

0 comments on commit 88dff25

Please sign in to comment.