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 3366389
Show file tree
Hide file tree
Showing 14 changed files with 3,468 additions and 2,255 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ install:
- pip install python-coveralls
- python setup.py install
script:
- py.test --cov-report= --cov=binarytree tests.py
- py.test tests.py --cov=binarytree
after_success:
- coveralls

0 comments on commit 3366389

Please sign in to comment.