Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pymdptoolbox
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zahra Rajabi
pymdptoolbox
Commits
a674c1c2
Commit
a674c1c2
authored
Dec 09, 2014
by
Steven Cordwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[travis] Add coveralls coverage history and stats
parent
e456ce97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
.travis.yml
.travis.yml
+12
-2
README.rst
README.rst
+2
-0
No files found.
.travis.yml
View file @
a674c1c2
language
:
python
branches
:
only
:
-
master
-
testing
python
:
# - "pypy"
# - "pypy3"
...
...
@@ -15,7 +19,13 @@ before_install:
-
if [[ $TRAVIS_PYTHON_VERSION != *"with_system_site_packages" ]]; then sudo apt-get install -qq gfortran; fi
-
if [[ $TRAVIS_PYTHON_VERSION == "2.7_with_system_site_packages" ]]; then sudo apt-get install -qq python-numpy python-scipy; fi
-
if [[ $TRAVIS_PYTHON_VERSION == "3.2_with_system_site_packages" ]]; then sudo apt-get install -qq python3-numpy python3-scipy; fi
-
echo -e "[report]\nomit =\n */python?.?/*\n */site-packages/nose/*" > .coveragerc
-
pip install coveralls
install
:
-
pip install "file://$PWD#egg=pymdptoolbox[LP]"
-
if [[ $TRAVIS_PYTHON_VERSION != *"with_system_site_packages" ]]; then pip install --upgrade "file://$PWD#egg=pymdptoolbox[LP]"; fi
-
if [[ $TRAVIS_PYTHON_VERSION == *"with_system_site_packages" ]]; then pip install "file://$PWD#egg=pymdptoolbox[LP]"; fi
# command to run tests
script
:
nosetests
script
:
nosetests --with-coverage --cover-package=mdptoolbox
after_success
:
coveralls
README.rst
View file @
a674c1c2
...
...
@@ -3,6 +3,8 @@ Markov Decision Process (MDP) Toolbox 4.0 for Python
..
image
::
https
://
travis
-
ci
.
org
/
sawcordwell
/
pymdptoolbox
.
svg
?
branch
=
master
:
target
:
https
://
travis
-
ci
.
org
/
sawcordwell
/
pymdptoolbox
..
image
::
https
://
coveralls
.
io
/
repos
/
sawcordwell
/
pymdptoolbox
/
badge
.
png
:
target
:
https
://
coveralls
.
io
/
r
/
sawcordwell
/
pymdptoolbox
The
MDP
toolbox
provides
classes
and
functions
for
the
resolution
of
descrete
-
time
Markov
Decision
Processes
.
The
list
of
algorithms
that
have
been
...
...
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