Skip to content

Commit

Permalink
Merge pull request trufflesecurity#67 from stephengroat/travis
Browse files Browse the repository at this point in the history
Add add travis testing
  • Loading branch information
dxa4481 authored Dec 10, 2017
2 parents e1975a9 + 3f36d1c commit 1c72d19
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/build/
/dist/
/truffleHog.egg-info/
*/__pycache__/
**/__pycache__/
**/*.pyc
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: python
python:
- "2.7"
script: pytest --cov=./ && codecov
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
GitPython
unittest2
pytest-cov
codecov
File renamed without changes.

0 comments on commit 1c72d19

Please sign in to comment.