Skip to content

Commit

Permalink
Moved test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-hokanson committed Nov 16, 2018
1 parent 20035f9 commit 9bba077
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: python

python:
- "2.7"

install:
- pip install pytest
- pip install pytest-cov
- pip install coveralls
- python setup.py install

script:
- pytest --cov=mor tests/
after_success:
- coveralls

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9bba077

Please sign in to comment.