forked from anitagraser/pgRoutingLayer
-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #122 from cvvergara/travistest
Travistest
- Loading branch information
Showing
19 changed files
with
91 additions
and
295 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# ------------------------------------------------------------------------------ | ||
# Travis CI scripts | ||
# Copyright(c) pgRouting Contributors | ||
# | ||
# Main configuration | ||
# ------------------------------------------------------------------------------ | ||
|
||
dist: xenial | ||
|
||
language: python | ||
python: | ||
- "3.5" | ||
|
||
addons: | ||
apt: | ||
packages: | ||
- pyqt5-dev-tools | ||
|
||
cache: | ||
directories: | ||
- $HOME/.cache/pip | ||
|
||
before_cache: | ||
- rm -f $HOME/.cache/pip/log/debug.log | ||
|
||
install: | ||
- pip install -r requirements.txt | ||
|
||
before_script: | ||
- mkdir build | ||
|
||
script: | ||
- pb_tool deploy -y -p build | ||
- mkdocs build | ||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,31 +2,26 @@ | |
name=pgRoutingLayer | ||
description=Dockable widget that adds pgRouting layers | ||
about=Dockable widget that adds pgRouting layers | ||
- pgr_astar pgr_astarCost | ||
- pgr_bdAstar pgr_astarCost | ||
- pgr_dijstra pgr_dijstraCost | ||
- pgr_bdDijstra pgr_bdDijstraCost | ||
- pgr_KSP | ||
version=3.0.0 | ||
qgisMinimumVersion=3.0 | ||
qgisMaximumVersion=3.99 | ||
author=Anita Graser, Ko Nagase, Vicky Vergara | ||
author=Anita Graser, Ko Nagase, Vicky Vergara, Cayetano Benavent, Aasheesh Tiwari | ||
[email protected] | ||
changelog=3.0.0 | ||
- Support for QGIS 3 (Python 3 and PyQt5). | ||
- Support for QGIS 3 (Python 3 and PyQt5). | ||
- Removed deprecated functions. | ||
- Support only for some functions that are known to be on pgRouting 3.0 | ||
2.2.2 | ||
- Bug fix: activating alphashape.py to use BBOX by mixedbredie | ||
2.2.1 | ||
- Bug fix activating plugin | ||
2.2.0 | ||
- Support for pgRouting V2.0 up to v2.5 | ||
- BBOX is optional | ||
2.1.0 | ||
- change support sites | ||
- port to pgRouting 2.1 API by pgRouting team | ||
- drop QGIS 1.8 support | ||
2.0.0 | ||
- port to 2.0 API by Ko Nagase | ||
- Last experimental release works only for QGIS 2.x | ||
tags=pgRouting,PostGIS,routing,network analysis | ||
icon=icon.png | ||
experimental=True | ||
homepage=https://github.com/pgRouting/pgRoutingLayer/wiki | ||
tracker=https://github.com/pgRouting/pgRoutingLayer | ||
experimental=False | ||
homepage=https://qgis.pgrouting.org/ | ||
tracker=https://github.com/pgRouting/pgRoutingLayer/issues | ||
repository=https://github.com/pgRouting/pgRoutingLayer | ||
category=Database |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
mkdocs | ||
pb_tool |
Oops, something went wrong.