Skip to content

Commit

Permalink
Test build with travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatakolagotla committed Dec 8, 2019
1 parent bdd9293 commit 7aa08a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/binarize_test.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from robin import binarize
import shutil
# import shutil


def test_binarize():
output = binarize.main(input="test_data/input_imgs")
assert(type(output) == list)
# Remove the directory created
shutil.rmtree('output')
# shutil.rmtree('output')

0 comments on commit 7aa08a1

Please sign in to comment.