Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.boosting
Commits
63473ee8
Commit
63473ee8
authored
Sep 03, 2014
by
Manuel Günther
Browse files
Excluded build directory from coveralls
parent
3187609e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
63473ee8
...
...
@@ -7,8 +7,8 @@ matrix:
-
python
:
2.7
env
:
-
SCIPYSPEC===0.12.0
-
secure
:
OptTI9z5ggs6ozrWFUq/l1G3mSMTdlJz11Qeudy+yAEa0iFFob2q60qRl7MvvrZsW0mguqlMA/hcV3Gvt1CEjJySoMZbD1z5vHJbPt5yVQuohkkrJn1UnIytMP+mUSIDGc5GXVC5urIIQYjY46FqFZ8wDMmUb2QJIr/u8qBrgBA
=
-
secure
:
PIhIeT13JWNYkWGwxHnk9EROPTJkZuDBbyTsT+wobn4hJjjpGTqcZnZwCEPIwHF2qtEKkUADI5cG5yo15kSU0eJfjoI6JlJTSBTp/LfMqlvb2LlfV9LkwZAAsiNaJvKeitrTLcrsFO0lLQX90+Dt6s155okUu4au3DMSWE1sBbs
=
-
secure
:
IrUGhi6wLNjZTcVmyvlUW4S8gvbsjd1KGTONBBFJLe2SsczfuTIp0UrwPYAu3O2mEh04ivdgpjy/sKKH+atd+mx1WGYpyc7telS+6pzzGhW+utLnknETJYN0diK1Th62GFDhbwtvjoLcn2VMT22Agh94Ob4JvD0tzlDcZpEOOEs
=
-
secure
:
YV9GTtTddGgvvaW/o0esSY5ov8qIZJI77+mapAR138JrUi4opSXPzVk9XzHXCRR6K1IPBJ/PZfF+optX6SGWiD634A8T1vvrt8X/RrvV0Lbu3V33Qxi7UQgVRTGbR61RlzSEe1WjVXUKdZGMz+O07hwzS/MVkY88K48h/3Gtej8
=
-
python
:
3.2
env
:
-
NUMPYSPEC===1.8.0
...
...
@@ -35,5 +35,5 @@ script:
-
./bin/sphinx-build -b doctest doc sphinx
-
./bin/sphinx-build -b html doc sphinx
after_success
:
-
coveralls --build-root=`pwd` --exclude=src
-
coveralls --build-root=`pwd` --exclude=src
--exclude=build
-
./src/bob.extension/scripts/upload-sphinx.sh
setup.py
View file @
63473ee8
...
...
@@ -134,19 +134,13 @@ setup(
'boosting_example.py = bob.learn.boosting.examples.mnist:main'
,
],
# tests that are _exported_ (that can be executed by other packages) can
# be signalized like this:
'bob.test'
:
[
'boosting = bob.learn.boosting.tests.test_boosting:TestBoosting'
,
],
},
# Classifiers are important if you plan to distribute this package through
# PyPI. You can find the complete list of classifiers that are valid and
# useful here (http://pypi.python.org/pypi?%3Aaction=list_classifiers).
classifiers
=
[
'Development Status ::
3
-
Alph
a'
,
'Development Status ::
4
-
Bet
a'
,
'Intended Audience :: Developers'
,
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)'
,
'Natural Language :: English'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment