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 eedd88d
Show file tree
Hide file tree
Showing 16 changed files with 3,489 additions and 2,262 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -10,8 +10,11 @@ install:
- pip install pytest
- pip install pytest-cov
- pip install python-coveralls
- pip install flake8
- python setup.py install
script:
- py.test --cov-report= --cov=binarytree tests.py
- python -m flake8 binarytree/__init__.py
- python -m doctest binarytree/__init__.py
- py.test tests.py --cov=binarytree
after_success:
- coveralls

0 comments on commit eedd88d

Please sign in to comment.