Skip to content

Commit

Permalink
Merge branch 'tickets/DM-4351'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansick committed Nov 24, 2015
2 parents a241ce2 + b50b0f3 commit c021a46
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 29 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_build
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sudo: false
language: python
python:
- 3.4
install: "pip install -r requirements.txt"
script: "make html"
notifications:
email: false
Loading

0 comments on commit c021a46

Please sign in to comment.