Skip to content

Commit 9d70584

Browse files
committed
Overhaul for 3.0
1 parent 6c5979d commit 9d70584

File tree

15 files changed

+3578
-2266
lines changed

15 files changed

+3578
-2266
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ install:
1010
- pip install pytest
1111
- pip install pytest-cov
1212
- pip install python-coveralls
13+
- pip install flake8
1314
- python setup.py install
1415
script:
15-
- py.test --cov-report= --cov=binarytree tests.py
16+
- python -m flake8 binarytree/__init__.py
17+
- python -m doctest binarytree/__init__.py
18+
- py.test tests.py --cov=binarytree
1619
after_success:
1720
- coveralls

0 commit comments

Comments
 (0)