Skip to content

Commit

Permalink
try the codecov tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CNuge committed Mar 10, 2020
1 parent 4426760 commit 6b3ffe0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ python:

install:
- pip install -r requirements.txt
- pip install codecov

script:
- python setup.py install
- pytest -p no:warnings
- pytest -p no:warnings #silence the internal tensorflow warnings

after_success:
- codecov
Expand Down
2 changes: 1 addition & 1 deletion alfie/test_classify.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#TODO - add this last set of unit tests for the classify module

import pytest


def test_placeholder():

assert True

0 comments on commit 6b3ffe0

Please sign in to comment.