Skip to content

Commit

Permalink
Merge pull request #4 from jessdtate/toolkit
Browse files Browse the repository at this point in the history
Toolkit
  • Loading branch information
dcwhite committed Jul 2, 2017
2 parents f38eadd + 051bccd commit 98698fc
Show file tree
Hide file tree
Showing 9 changed files with 21,507 additions and 1,033 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*~
*.DS_Store
__pycache__
*.cache
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
language: python
python:
- "3.6"
install: "pip install -r requirements.txt"
script: pytest

notifications:
slack: sciinstitute:lZnpQQXNd4Io5iGDPQDpJmI1
Loading

0 comments on commit 98698fc

Please sign in to comment.