File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,6 @@ before_install:
60
60
- conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
61
61
- conda update conda
62
62
- conda config --add channels conda-forge --force
63
- - conda config --add channels odm2 --force
64
63
- conda create --name TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
65
64
- source activate TEST
66
65
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ environment:
8
8
MINICONDA_VERSION : " latest"
9
9
# CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
10
10
CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci-helpers/appveyor/windows_sdk.cmd"
11
- CONDA_CHANNELS : " odm2 "
11
+ CONDA_CHANNELS : " conda-forge "
12
12
CONDA_DEPENDENCIES : " scipy pandas seaborn sqlalchemy pymysql geoalchemy-odm2 shapely psycopg2"
13
13
PIP_DEPENDENCIES : " pyodbc,pytest"
14
14
# ,-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