Skip to content

Commit 3d1b49b

Browse files
committed
Add badges to the Readme
1 parent 6aed112 commit 3d1b49b

2 files changed

Lines changed: 64 additions & 0 deletions

File tree

.gitignore

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
*.py[cod]
2+
3+
# Optimizers
4+
HPOlib/optimizers/smac_2_06_01-dev/*
5+
HPOlib/optimizers/spearmint_april2013_mod/*
6+
HPOlib/optimizers/hyperopt_august2013_mod/*
7+
8+
# Runsolver
9+
runsolver/src/*
10+
11+
# benchmark runs
12+
HPOlib/benchmarks/*/*_*/*
13+
14+
# C extensions
15+
*.so
16+
17+
# Packages
18+
*.egg
19+
*.egg-info
20+
dist
21+
build
22+
eggs
23+
parts
24+
bin
25+
var
26+
sdist
27+
develop-eggs
28+
.installed.cfg
29+
lib
30+
lib64
31+
__pycache__
32+
33+
# Installer logs
34+
pip-log.txt
35+
36+
# Unit test / coverage reports
37+
.coverage
38+
.tox
39+
nosetests.xml
40+
41+
# Translations
42+
*.mo
43+
44+
# Mr Developer
45+
.mr.developer.cfg
46+
.project
47+
.pydevproject
48+
49+
# pycharm
50+
.idea
51+
52+
# Others
53+
coverage_html
54+
*~
55+
.nfs*
56+
*.ipynb_checkpoints
57+
htmlcov
58+
*.pdf
59+
*.dot
60+
*.png
61+
*.dat

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
[![Build Status](https://travis-ci.org/openml/python.svg)](https://travis-ci.org/openml/python)
2+
[![Code Health](https://landscape.io/github/openml/python/master/landscape.svg)](https://landscape.io/github/openml/python/master)
13
[![Stories in Ready](https://badge.waffle.io/openml/python.png?label=ready&title=Ready)](https://waffle.io/openml/python)
4+
[![Documentation Status](https://readthedocs.org/projects/openml/badge/?version=latest)](https://readthedocs.org/projects/openml/?badge=latest)

0 commit comments

Comments
 (0)