Skip to content

Commit

Permalink
Add some configuration files to setup python 3.5 for ReadTheDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
susannasiebert committed Sep 13, 2016
1 parent b19d0ba commit f7fe1d6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
17 changes: 17 additions & 0 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: py35
dependencies:
- openssl=1.0.2g=0
- pip=8.1.1=py35_0
- python=3.5.1=0
- readline=6.2=2
- setuptools=20.3=py35_0
- sqlite=3.9.2=0
- tk=8.5.18=0
- wheel=0.29.0=py35_0
- xz=5.0.5=1
- zlib=1.2.8=0
- pip:
- momoko>=2.2.3
- psycopg2>=2.6.1
- tornado==4.3
- sphinx-argparse
2 changes: 2 additions & 0 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
conda:
file: environment.yml

0 comments on commit f7fe1d6

Please sign in to comment.