Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intake-ifying osm #20

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dodo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def task_ecosystem_setup():
return {'actions': [
"conda config --set always_yes True",
"conda update conda",
"conda install anaconda-project 'tornado<5.0'",
"conda install anaconda-project 'tornado<5.0' pyyaml",
]}


Expand Down
14 changes: 8 additions & 6 deletions osm/anaconda-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ commands:
description: Datashading 2.7-billion-point Open Street Map database
notebook: osm.ipynb
test:
unix: pytest --nbsmoke-run -k *.ipynb --ignore envs
windows: pytest --nbsmoke-run -k *.ipynb --ignore envs
unix: pytest --nbsmoke-run --ignore envs
windows: pytest --nbsmoke-run --ignore envs
env_spec: test
lint:
unix: pytest --nbsmoke-lint -k *.ipynb --ignore envs
windows: pytest --nbsmoke-lint -k *.ipynb --ignore envs
unix: pytest --nbsmoke-lint --ignore envs
windows: pytest --nbsmoke-lint --ignore envs
env_spec: test

variables:
Expand All @@ -50,10 +50,11 @@ env_specs:
packages:
- holoviews
- intake
- intake-parquet
- ipywidgets
- jupyter
- tqdm
- pip:
- git+https://github.com/intake/intake-parquet.git@jsignell/spatial#egg=intake_parquet
jbednar marked this conversation as resolved.
Show resolved Hide resolved
test:
channels:
- pyviz
Expand All @@ -63,7 +64,8 @@ env_specs:
- pytest ==4.4.1
- holoviews
- intake
- intake-parquet
- ipywidgets
- jupyter
- tqdm
- pip:
- git+https://github.com/intake/intake-parquet.git@jsignell/spatial#egg=intake_parquet