Skip to content

Commit

Permalink
Bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddiazvico committed Sep 15, 2018
1 parent 1fe1339 commit 05d2a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- nosetests -x -v -d --with-coverage --cover-erase --cover-package=skdatasets --cover-xml tests/test_gunnar_raetsch.py tests/test_keel.py tests/test_libsvm.py tests/test_sklearn.py tests/test_uci.py
- mkdir docs
- export PYTHONPATH=`pwd`
- sphinx-quickstart -q -p scikit-datasets -a "David Diaz Vico" -v 0.1 -r 0.1.12 -l en --ext-autodoc --ext-viewcode --ext-githubpages --extensions sphinxcontrib.napoleon --no-makefile --no-batchfile docs
- sphinx-quickstart -q -p scikit-datasets -a "David Diaz Vico" -v 0.1 -r 0.1.13 -l en --ext-autodoc --ext-viewcode --ext-githubpages --extensions sphinxcontrib.napoleon --no-makefile --no-batchfile docs
- sphinx-apidoc -o docs/_static/ skdatasets -F -a -l
- travis-sphinx -v build -s docs -n
after_success:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@

setup(name='scikit-datasets',
packages=find_packages(),
version='0.1.12',
version='0.1.13',
description='Scikit-learn-compatible datasets',
author='David Diaz Vico',
author_email='david.diaz.vico@outlook.com',
url='https://github.com/daviddiazvico/scikit-datasets',
download_url='https://github.com/daviddiazvico/scikit-datasets/archive/v0.1.12.tar.gz',
download_url='https://github.com/daviddiazvico/scikit-datasets/archive/v0.1.13.tar.gz',
keywords=['scikit-learn', 'pandas'],
classifiers=['Intended Audience :: Science/Research',
'Intended Audience :: Developers',
Expand Down

0 comments on commit 05d2a7c

Please sign in to comment.