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
5d0c7454
Commit
5d0c7454
authored
Jul 13, 2015
by
Christian Ledermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add travis deploy to travis.yml
parent
481117fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
.travis.yml
.travis.yml
+8
-1
docs/HISTORY.txt
docs/HISTORY.txt
+9
-0
setup.py
setup.py
+1
-1
No files found.
.travis.yml
View file @
5d0c7454
...
...
@@ -24,4 +24,11 @@ notifications:
email
:
-
christian.ledermann@gmail.com
-
IanLee1521@gmail.com
deploy
:
provider
:
pypi
user
:
Christian.Ledermann
password
:
secure
:
MhOkMil0/EsZRS1FB6xYiFfjbFjafYuBE/bKMnsHZqtoVU/CH0UCfjIJpDyRzYeTliub84r7hwHzTwnDzxijWIdy8T4tcuVja0Iu8ItGc4VopYKyUjUgxUT9PWk0in5C/gtwEQb2VYOhrQA9F3XRZ6RfHvUAJJYhdV2GM6ehm+0=
on
:
tags
:
true
repo
:
cleder/fastkml
docs/HISTORY.txt
View file @
5d0c7454
Changelog
=========
0.11.1 (2015/07/13)
- add travis deploy to travis.yml
0.11 (2015/07/10)
-----------------
- handle coordinates tuples which contain spaces
0.10 (2015/06/09)
-----------------
...
...
setup.py
View file @
5d0c7454
...
...
@@ -19,7 +19,7 @@ class PyTest(TestCommand):
setup
(
name
=
'fastkml'
,
version
=
'0.1
0
'
,
version
=
'0.1
1
'
,
description
=
"Fast KML processing in python"
,
long_description
=
(
open
(
"README.rst"
).
read
()
+
"
\
n
"
+
...
...
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