Skip to content

Commit

Permalink
Added travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arunchaganty committed Jun 10, 2017
1 parent 94f7e52 commit 720189c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
sudo: required
dist: trusty
language: python
python:
- 2.7
- 3.5
notifications:
email: false
# Run test
script: tox
# only integrate the master branch
branches:
only:
- master

0 comments on commit 720189c

Please sign in to comment.