Try to use Conda on readthedocs.io (test 0)

This commit is contained in:
Alex Root Junior 2017-06-06 15:22:03 +03:00
parent 0b8a37b38a
commit 979eb12297
2 changed files with 12 additions and 0 deletions

12
readthedocs.yml Normal file
View file

@ -0,0 +1,12 @@
dependencies:
- pip
- python=3.6
- setuptools
- wheel
- zlib
- pip:
- Sphinx
- pylint
- pytest
- pytest-cov
- sphinx_rtd_theme