- phpunit ./
- cd $TRAVIS_BUILD_DIR/tests
- #lettuce features/api --verbosity=1
- - lettuce features/db --verbosity=1 -t -Fail -t -RiverRhein -t -Tiger -t -poldi-only
+ - lettuce features/db --verbosity=1 -t -Fail -t -Tiger -t -poldi-only
- lettuce features/osm2pgsql --verbosity=1 -t -Fail
notifications:
email: false
| R13 | None
| N256 | None
- @RiverRhein
Scenario: Waterways are linked when in waterway relations
Given the scene split-road
And the place ways
| osm_type
| R
- @RiverRhein
Scenario: Relations are not linked when in waterway relations
Given the scene split-road
And the place ways
| R1 | None
| R2 | None
- @RiverRhein
Scenario: Empty waterway relations are handled correctly
Given the scene split-road
And the place ways
| object | linked_place_id
| R1 | None
- @RiverRhein
Scenario: Waterways are not linked when waterway types don't match
Given the scene split-road
And the place ways
| 0 | R
| 1 | W
- @RiverRhein
Scenario: Side streams are linked only when they have the same name
Given the scene split-road
And the place ways
sudo apt-get install -y -qq python-Levenshtein python-shapely \
python-psycopg2 tidy python-nose python-tidylib \
- phpunit
+ python-numpy phpunit
sudo -H pip install --quiet 'setuptools>=23.0.0' lettuce==0.2.18 'six>=1.9' haversine
sudo apt-get install -y python-dev python-pip python-levenshtein python-shapely \
python-psycopg2 tidy python-nose python-tidylib \
- phpunit
+ python-numpy phpunit
pip install --user lettuce==0.2.18 six==1.7 haversine