Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cornac
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arthur Batel
cornac
Commits
eb1a1a56
Commit
eb1a1a56
authored
6 years ago
by
Quoc-Tuan Truong
Browse files
Options
Downloads
Patches
Plain Diff
Update .travis.yml
parent
417e216c
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+1
-5
1 addition, 5 deletions
.travis.yml
MANIFEST.in
+5
-4
5 additions, 4 deletions
MANIFEST.in
README.md
+1
-1
1 addition, 1 deletion
README.md
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
8 additions
and
11 deletions
.travis.yml
+
1
−
5
View file @
eb1a1a56
language
:
python
python
:
-
'
3.6'
branches
:
only
:
...
...
@@ -43,6 +41,4 @@ deploy:
secure
:
OgWchiEQ9xaSRU9QL4agyfd3MOPqI0yu4SzR2k1htyPxf1mdTWY1Zrg3xNf0TkWmv27LYcJcmz0304iWvMP7WdrGAZs4pTvCHoNoIZhN4oOoZ0zOG3hJMXaCPSsBXgcB3Pn7RkfVRspHpophjCQSwBYyKkmKaCofba682quGUoqZ3xyNPwtzL2fbsLDAyPhwJJrz4mgdhsPH21b3i7oq2l8KfdfEk+lmB1lp0QxXl/xU8+0Ycm98+khRbpWjGyPBgocN82WQTrhuQaD+QBpADLvC8RG6+urjJDZO8bttVPnPRSIOkqK7K71OtF133oEmdwsyfm30FV5IfkeGk+jGCGTmeWG61nJ2zcgzebJvwZnnOGvAOG4tA/7t/Ut3+E9SLmFqvouufdhpCCWn4b4zY9VvdKwQdulM6w8095oQxRMLkFpy5UJZJuScboe7Iq+jj02oBfVJ182G685Skcuw2TWsEAjBJspNd7L7HeNwYH/T4bUUDKyGbX3RTra0C4udxFSbnZx950a6+ODCFQofeN84AYvI9m9FS7EKRZ7qhmu5yf+V0x3SrhT0hUZNcZZCEILM8y8xa8aHrBZRelWFTyAuD57vkiinu9TJ7vIacVS3tV4Ki6lpG2AGCP3yyoOYsHgyJJzXf/xkP6e9Dt5/Fn/EmZdr0NrLs9/Gv+xJ+6s=
distributions
:
"
sdist
bdist_wheel"
skip_existing
:
true
skip_cleanup
:
true
on
:
tags
:
true
\ No newline at end of file
skip_cleanup
:
true
\ No newline at end of file
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
5
−
4
View file @
eb1a1a56
include LICENSE
snclude README.md
recursive-include doc *
recursive-include examples *
recursive-include surprise *.c *.cpp *.pyx
include README.md
graft docs
graft examples
graft cornac/models
graft cornac/utils
This diff is collapsed.
Click to expand it.
README.md
+
1
−
1
View file @
eb1a1a56
...
...
@@ -9,8 +9,8 @@
[
Preferred.AI
](
https://preferred.ai/
)
[

](https://www.travis-ci.org/PreferredAI/cornac)
[

](https://cornac.readthedocs.io/en/latest/?badge=latest)
[

](https://codecov.io/gh/PreferredAI/cornac)
[

](https://cornac.readthedocs.io/en/latest/?badge=latest)
[

](https://cornac.preferred.ai/)
[

](https://badge.fury.io/gh/PreferredAI%2FCornac)
[

](https://badge.fury.io/py/cornac)
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
eb1a1a56
...
...
@@ -56,7 +56,7 @@ elif os.name == 'posix':
setuptools
.
setup
(
name
=
'
cornac
'
,
version
=
'
0.1.0.post
2
'
,
version
=
'
0.1.0.post
3
'
,
author
=
'
Aghiles Salah
'
,
author_email
=
'
asalah@smu.edu.sg
'
,
description
=
'
A collection of recommendation algorithms and comparisons
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment