@@ -8,8 +8,8 @@ environment:
88 MINICONDA_VERSION : " latest"
99 # CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
1010 CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci-helpers/appveyor/windows_sdk.cmd"
11- CONDA_DEPENDENCIES : " scipy pandas seaborn sqlalchemy pymysql shapely "
12- PIP_DEPENDENCIES : " pyodbc,pytest,psycopg2,-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4"
11+ CONDA_DEPENDENCIES : " scipy pandas seaborn sqlalchemy pymysql "
12+ PIP_DEPENDENCIES : " shapely, pyodbc,pytest,psycopg2,-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4"
1313
1414
1515
@@ -104,12 +104,12 @@ build_script:
104104 - sqlcmd -S localhost,1433 -U sa -P Password12! -Q "CREATE DATABASE odm2" -d "master"
105105 - sqlcmd -S localhost,1433 -U sa -P Password12! -i tests/usecasesql/littlebearriver/sampledatabases/odm2_ms_sql_server/LBR_ODM2_MSSQLDump.sql -d "odm2"
106106 - sqlcmd -S localhost,1433 -U sa -P Password12! -Q "select table_name from information_schema.tables" -d "odm2"
107- # postgres
108- - psql createdb odm2
109- - psql -d odm2 -a -f tests/usecasesql/marchantariats/marchantariats.sql
110- # mysql
111- - mysql -e "drop database test; create database odm2;" --user=root
112- - mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
107+ # # postgres
108+ # - psql createdb odm2
109+ # - psql -d odm2 -a -f tests/usecasesql/marchantariats/marchantariats.sql
110+ # # mysql
111+ # - mysql -e "drop database test; create database odm2;" --user=root
112+ # - mysql odm2 < tests/usecasesql/littlebearriver/sampledatabases/odm2_mysql/LBR_MySQL_SmallExample.sql --user=root
113113
114114test_script :
115115 # Run the project tests
0 commit comments