Replace lettuce with behave in tests. Use python3 Split import and (python,php) tests into two travis executions

This commit is contained in:
Marc Tobias Metten
2017-01-21 02:38:04 +01:00
parent 9240e83802
commit cfd03d7be3
5 changed files with 39 additions and 42 deletions

View File

@@ -49,8 +49,6 @@ is.
cd build
wget --no-verbose --output-document=../data/monaco.osm.pbf http://download.geofabrik.de/europe/monaco-latest.osm.pbf
./utils/setup.php --osm-file ../data/monaco.osm.pbf --osm2pgsql-cache 1000 --all 2>&1 | tee monaco.$$.log
./utils/specialphrases.php --countries > ../data/specialphrases_countries.sql
psql -d nominatim -f ../data/specialphrases_countries.sql
```
To repeat an import you'd need to delete the database first