Skip to content

Commit

Permalink
fix random failures on readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigmassa committed Oct 21, 2017
1 parent 4faa29d commit c486de3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
python:
version: 3.5
pip_install: true
Empty file added docs/requirements.txt
Empty file.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python

from setuptools import setup

from codecs import open
Expand Down

0 comments on commit c486de3

Please sign in to comment.