From 6efe5d27b56089ca22aa8842ebbc1b8bf78ae355 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Mon, 26 Dec 2016 10:47:46 +0100 Subject: [PATCH] trying to get py3.5 working on readthedocs --- config/conda.yml | 14 ++++++++++++++ readthedocs.yml | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 config/conda.yml create mode 100644 readthedocs.yml diff --git a/config/conda.yml b/config/conda.yml new file mode 100644 index 0000000..4977197 --- /dev/null +++ b/config/conda.yml @@ -0,0 +1,14 @@ +name: py35 +dependencies: +- openssl=1.0.2g=0 +- pip=9.0.1=py35_0 +- python=3.5.2=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: + - psycopg2>=2.6.1 diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..17e7d25 --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,2 @@ +conda: + file: config/conda.yml