Skip to content

Commit 1cd0f0b

Browse files
committed
Tweak test suite to run only for supported python version (2.7) for now
Update documentation
1 parent d6706b1 commit 1cd0f0b

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.2"
5-
- "3.3"
4+
# - "3.2"
5+
# - "3.3"
66

77
# command to install dependencies
88
install: "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

docs/extra.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Services available:
8383

8484

8585
redis_wrap
86-
--------
86+
----------
8787

8888
redis-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/

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Contents:
1717
tag
1818
event_dispatcher
1919
extra
20+
locator
2021

2122
Indices and tables
2223
==================

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ unittest2
33
coverage
44
nose
55
jinja2
6-
mailer
6+
mailer
7+
Sphinx==1.1.3

0 commit comments

Comments
 (0)