Skip to content

Commit 4ceb752

Browse files
author
stephanie
committed
update testing scripts
1 parent 2e9aa55 commit 4ceb752

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ before_script:
4242
- ./ci-helpers/travis/postgres_setup.sh
4343
- ./ci-helpers/travis/freetds.sh
4444

45+
4546
before_install:
4647
# python -m pip makes the install go into the virtualenv
4748
- python -m pip install pandas

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ environment:
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"
1111
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"
12+
PIP_DEPENDENCIES: "shapely,pyodbc,pytest,psycopg2"
13+
#,-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4"
1314

1415

1516

ci-helpers/appveyor/install-miniconda.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ if ($env:ASTROPY_VERSION -match "dev") {
168168
Invoke-Expression "${env:CMD_IN_ENV} pip install git+https://github.com/astropy/astropy.git#egg=astropy --upgrade --no-deps"
169169
}
170170

171+
Invoke-Expression "${env:CMD_IN_ENV} pip install -e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4"
172+
173+
174+
171175
# We finally install the dependencies listed in PIP_DEPENDENCIES. We do this
172176
# after installing the Numpy versions of Numpy or Astropy. If we didn't do this,
173177
# then calling pip earlier could result in the stable version of astropy getting

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pyodbc
2-
#six
32
sqlalchemy
43
-e git+https://github.com/ODM2/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4
54
shapely
6-
pandas
5+
#six
6+
#pandas
77
#psycopg2 # Commented out because I could not pip install it.

requirements_tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ pytest-cov
44
mock
55
#db support
66
pymysql
7-
#pysqlite
8-
#sqlite
97
pymssql
108
psycopg2
9+
#pysqlite
10+
#sqlite
1111
#pyspatialite
1212
#mysql-python
1313

0 commit comments

Comments
 (0)