File tree Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Expand file tree Collapse file tree 4 files changed +21
-5
lines changed Original file line number Diff line number Diff line change 11include README.rst LICENSE tox.ini .coveragerc runtests.py
22
3- recursive-include requirements *
4-
53recursive-include require_license *
64prune require_license/tests/static
75prune require_license/tests/media
Original file line number Diff line number Diff line change 11Development
22===========
33
4- After checkout, install package in active virtualenv::
4+ After checkout, install the package in an active virtualenv::
55
66 pip install -e .
77
8+ And install the required dependencies needed to run the tests::
9+
10+ pip install -r require_license/tests/requirements.txt
11+
812
913Testing
1014-------
@@ -17,7 +21,7 @@ Running tests without Tox_::
1721
1822 ./runtests.py
1923
20- Directly with ``django-admin ``::
24+ Or directly with ``django-admin ``::
2125
2226 django-admin test --settings=require_license.tests.settings require_license
2327
@@ -33,5 +37,20 @@ To generate a test coverage report using `coverage.py`_::
3337The resulting HTML report can be found in the ``htmlcov `` directory.
3438
3539
40+ Documentation
41+ -------------
42+
43+ Install Sphinx::
44+
45+ pip install sphinx>=1.1.0
46+
47+ Change to the ``doc `` directory and run::
48+
49+ make html
50+
51+ The resulting HTML documentation can be found in the ``doc/_build/html ``
52+ directory.
53+
54+
3655.. _Tox : http://tox.testrun.org/
3756.. _coverage.py : http://nedbatchelder.com/code/coverage/
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments