Skip to content

Commit

Permalink
removed leftover debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mbatchkarov committed Oct 22, 2015
1 parent 0f29882 commit c5f8d09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ install:

script:
- coverage run runtests.py
- coverage report

after_success:
coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ Results will appear in `conf/exp0.output`:

```
cd ~/projects/dc_evaluation
py.test eval/tests
py.test tests # OR python setup.py test OR runtests.py
```

# TODO
Expand Down

0 comments on commit c5f8d09

Please sign in to comment.