Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Weichen Shen committed Dec 19, 2018
1 parent d241901 commit def3697
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 519 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ cache: pip
# command to install dependencies
install:
- pip install -q pytest-cov==2.4.0
- pip install codacy-coverage
#>=2.4.0,<2.6
#>=2.4.0,<2.6
- pip install -q codacy-coverage
- pip install -q python-coveralls
- pip install -q h5py
- pip install -q tensorflow==$TF_VERSION
Expand All @@ -45,4 +45,5 @@ notifications:

after_success:
- coveralls
- coverage xml
- python-codacy-coverage -r coverage.xml
49 changes: 0 additions & 49 deletions tests/models/AFM_test.py

This file was deleted.

60 changes: 0 additions & 60 deletions tests/models/DCN_test.py

This file was deleted.

104 changes: 0 additions & 104 deletions tests/models/DIN_test.py

This file was deleted.

51 changes: 0 additions & 51 deletions tests/models/DeepFM_test.py

This file was deleted.

51 changes: 0 additions & 51 deletions tests/models/FNN_test.py

This file was deleted.

Loading

0 comments on commit def3697

Please sign in to comment.