Skip to content
Snippets Groups Projects
Commit eb1a1a56 authored by Quoc-Tuan Truong's avatar Quoc-Tuan Truong
Browse files

Update .travis.yml

parent 417e216c
No related branches found
No related tags found
No related merge requests found
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
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
......@@ -9,8 +9,8 @@
[Preferred.AI](https://preferred.ai/)
[![Build Status](https://www.travis-ci.org/PreferredAI/cornac.svg?branch=master)](https://www.travis-ci.org/PreferredAI/cornac)
[![Documentation Status](https://readthedocs.org/projects/cornac/badge/?version=latest)](https://cornac.readthedocs.io/en/latest/?badge=latest)
[![Codecov](https://codecov.io/gh/PreferredAI/cornac/branch/master/graph/badge.svg)](https://codecov.io/gh/PreferredAI/cornac)
[![Documentation Status](https://readthedocs.org/projects/cornac/badge/?version=latest)](https://cornac.readthedocs.io/en/latest/?badge=latest)
[![Python Versions](https://img.shields.io/badge/python-3.6-blue.svg)](https://cornac.preferred.ai/)
[![GitHub Version](https://badge.fury.io/gh/PreferredAI%2FCornac.svg)](https://badge.fury.io/gh/PreferredAI%2FCornac)
[![PyPI](https://badge.fury.io/py/cornac.svg)](https://badge.fury.io/py/cornac)
......
......@@ -56,7 +56,7 @@ elif os.name == 'posix':
setuptools.setup(
name='cornac',
version='0.1.0.post2',
version='0.1.0.post3',
author='Aghiles Salah',
author_email='asalah@smu.edu.sg',
description='A collection of recommendation algorithms and comparisons',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment