Skip to content

Commit ba09397

Browse files
authored
Merge pull request #148 from ocefpaf/use_conda-forge
use conda-forge
2 parents 85932e7 + c4d65e9 commit ba09397

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ before_install:
6060
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
6161
- conda update conda
6262
- conda config --add channels conda-forge --force
63-
- conda config --add channels odm2 --force
6463
- conda create --name TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
6564
- source activate TEST
6665

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ 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_CHANNELS: "odm2"
11+
CONDA_CHANNELS: "conda-forge"
1212
CONDA_DEPENDENCIES: "scipy pandas seaborn sqlalchemy pymysql geoalchemy-odm2 shapely psycopg2"
1313
PIP_DEPENDENCIES: "pyodbc,pytest"
1414
#,-e git+https://github.com/ODM2/[email protected]#egg=geoalchemy-0.7.4"

0 commit comments

Comments
 (0)