File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed
Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ before_install:
5858 - conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
5959 - conda update conda
6060 - conda config --add channels conda-forge --force
61- - conda config --add channels odm2 --force
6261 - conda create --name TEST python=$TRAVIS_PYTHON_VERSION --file requirements.txt --file requirements-dev.txt
6362 - source activate TEST
6463
Original file line number Diff line number Diff line change @@ -10,6 +10,10 @@ A Python-based application programmer's interface for the
1010
1111[ List of current and planned functions included in the API] ( https://github.com/ODM2/ODM2PythonAPI/blob/master/doc/APIFunctionList.md )
1212
13+ ## Documentation
14+
15+ For the latest documentation of the ODM2 Python API, see [ http://odm2.github.io/ODM2PythonAPI/ ] ( http://odm2.github.io/ODM2PythonAPI/ )
16+
1317## Installation
1418
1519The easiest and most reliable way to install the ODM2 Python API (` odm2api ` ) is using the
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/geoalchemy.git@v0.7.4#egg=geoalchemy-0.7.4"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ pymysql
1414pytest
1515pytest-cov
1616sphinx
17+ ipython
1718# FIXME: I am not sure these are needed.
1819# pysqlite
1920# sqlite
You can’t perform that action at this time.
0 commit comments