Skip to content

Commit 42679df

Browse files
authored
Merge pull request #150 from lsetiawan/update_dev
Update dev
2 parents f5498a6 + d4e4425 commit 42679df

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff 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

README.md

+4
Original file line numberDiff line numberDiff 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

1519
The easiest and most reliable way to install the ODM2 Python API (`odm2api`) is using the

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"

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pymysql
1414
pytest
1515
pytest-cov
1616
sphinx
17+
ipython
1718
# FIXME: I am not sure these are needed.
1819
# pysqlite
1920
# sqlite

0 commit comments

Comments
 (0)