Skip to content

Commit

Permalink
Add initial Travis-CI config (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
zain committed May 14, 2016
1 parent bd9665a commit dabacb4
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
@@ -0,0 +1,20 @@
sudo: required
dist: trusty

language: "python"

services:
- docker

python:
- "2.7"

before_install:
- "pip install flake8"
- "flake8 ."

install:
- "make build"

script:
- echo "TODO - add tests"

0 comments on commit dabacb4

Please sign in to comment.