File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
33 - " 2.7"
4- - " 3.2"
5- - " 3.3"
4+ # - "3.2"
5+ # - "3.3"
66
77# command to install dependencies
88install : " pip install -r requirements.txt --use-mirrors"
99
1010# command to run tests
11- script : nosetests
11+ script : nosetests && sphinx-build -nW -b html -d _build/doctrees . _build/html
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ Services available:
8383
8484
8585redis_wrap
86- --------
86+ ----------
8787
8888redis-wrap _ implements a wrapper for Redis datatypes so they mimic the datatypes found in Python
8989
@@ -131,6 +131,7 @@ Mailer
131131 use_ssl : false
132132
133133
134+ .. _redis-wrap : https://github.com/Doist/redis_wrap
134135.. _Flask : http://flask.pocoo.org/
135136.. _Redis-Py : https://github.com/andymccurdy/redis-py
136137.. _Redis : http://redis.io/
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ Contents:
1717 tag
1818 event_dispatcher
1919 extra
20+ locator
2021
2122Indices and tables
2223==================
Original file line number Diff line number Diff line change @@ -3,4 +3,5 @@ unittest2
33coverage
44nose
55jinja2
6- mailer
6+ mailer
7+ Sphinx == 1.1.3
You can’t perform that action at this time.
0 commit comments