File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 8
8
- PIP_TIMEOUT=30
9
9
matrix :
10
10
- TOXENV=checkqa
11
+ - TOXENV=docs
11
12
- TOXENV=base-py27-django18-sqlite
12
13
- TOXENV=base-py27-django19-sqlite
13
14
- TOXENV=base-py27-django110-sqlite
Original file line number Diff line number Diff line change 22
22
# documentation root, use os.path.abspath to make it absolute, like shown here.
23
23
sys .path .append (
24
24
os .path .abspath (os .path .join (os .path .dirname (__file__ ), "_ext" )))
25
- sys .path .insert (0 , os .path .abspath ('../../../lib/python2.7/site-packages/' ))
26
25
sys .path .insert (0 , os .path .abspath ('../src/' ))
27
26
sys .path .append (
28
27
os .path .abspath (os .path .join (os .path .dirname (__file__ ), "../test_project" )))
Original file line number Diff line number Diff line change @@ -44,3 +44,13 @@ deps =
44
44
flake8-import-order
45
45
mccabe
46
46
pep8-naming
47
+
48
+ [testenv:docs]
49
+ changedir = {toxinidir}/docs
50
+ deps =
51
+ sphinx
52
+ commands =
53
+ pip install -r requirements.txt
54
+ make html
55
+ whitelist_externals =
56
+ make
You can’t perform that action at this time.
0 commit comments