Skip to content

Commit

Permalink
Merge pull request #13 from Agent007/travisci
Browse files Browse the repository at this point in the history
added Travis CI config file and reformatted source code
  • Loading branch information
rbharath authored Jul 5, 2017
2 parents 290944c + c9317f2 commit fed8be8
Show file tree
Hide file tree
Showing 6 changed files with 372 additions and 314 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: python
python:
- '3.5'
install:
- pip3 install yapf
script: bash tests/check_formatting.sh

Loading

0 comments on commit fed8be8

Please sign in to comment.