Skip to content

Commit

Permalink
Specify a conda environment for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Bedini committed Dec 7, 2016
1 parent 87a6361 commit d095956
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .readthedocs.yml
@@ -1,3 +1,5 @@
conda:
file: environment.yml
python:
version: 3
pip_install: true
Expand Down
3 changes: 3 additions & 0 deletions environment.yml
@@ -0,0 +1,3 @@
name: PyTables
dependencies:
- hdf5

0 comments on commit d095956

Please sign in to comment.