Skip to content

Commit

Permalink
Overhaul for 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Dec 18, 2017
1 parent 6c5979d commit 018185b
Show file tree
Hide file tree
Showing 15 changed files with 3,472 additions and 2,255 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -12,6 +12,7 @@ install:
- pip install python-coveralls
- python setup.py install
script:
- py.test --cov-report= --cov=binarytree tests.py
- py.test --doctest-modules
- py.test tests.py --cov=binarytree
after_success:
- coveralls

0 comments on commit 018185b

Please sign in to comment.