Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
fastkml
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Aurélien Vermylen
fastkml
Commits
dfaef15d
Commit
dfaef15d
authored
Jun 04, 2013
by
Christian Ledermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add coveralls badge
parent
06733732
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
.travis.yml
.travis.yml
+6
-1
README.rst
README.rst
+3
-0
No files found.
.travis.yml
View file @
dfaef15d
...
@@ -6,8 +6,13 @@ python:
...
@@ -6,8 +6,13 @@ python:
-
"
2.6"
-
"
2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
# install: PLEASE CHANGE ME
# install: PLEASE CHANGE ME
install
:
pip install coveralls --use-mirrors
# command to run tests, e.g. python setup.py test
# command to run tests, e.g. python setup.py test
script
:
python setup.py test
script
:
coverage run --source=fastkml setup.py test
notifications
:
notifications
:
email
:
email
:
...
...
README.rst
View file @
dfaef15d
...
@@ -19,7 +19,10 @@ Geometries are handled as pygeoif_ or shapely_ (if installed) objects.
...
@@ -19,7 +19,10 @@ Geometries are handled as pygeoif_ or shapely_ (if installed) objects.
fastkml is continually tested with *Travis CI*
fastkml is continually tested with *Travis CI*
.. image:: https://api.travis-ci.org/cleder/fastkml.png
.. image:: https://api.travis-ci.org/cleder/fastkml.png
:target: https://travis-ci.org/cleder/fastkml
.. image:: https://coveralls.io/repos/cleder/fastkml/badge.png?branch=master
:target: https://coveralls.io/r/cleder/fastkml?branch=master
Limitations
Limitations
===========
===========
...
...
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