File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments