mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-04-23 22:44:43 +00:00
docs updated
This commit is contained in:
parent
88cc699315
commit
d2af65d636
4 changed files with 4 additions and 3 deletions
|
|
@ -2293,7 +2293,7 @@ install the test requirements:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
pip install -r examples/requirements/common_test_requirements.txt
|
||||
pip install -r examples/requirements/test.txt
|
||||
|
||||
Browser tests
|
||||
-------------
|
||||
|
|
|
|||
|
|
@ -2293,7 +2293,7 @@ install the test requirements:
|
|||
|
||||
.. code-block:: sh
|
||||
|
||||
pip install -r examples/requirements/common_test_requirements.txt
|
||||
pip install -r examples/requirements/test.txt
|
||||
|
||||
Browser tests
|
||||
-------------
|
||||
|
|
|
|||
1
examples/requirements/dev.txt
Normal file
1
examples/requirements/dev.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
-r django_1_11.txt
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
-r django_1_10.txt
|
||||
-r django_1_11.txt
|
||||
-r test.txt
|
||||
-r style_checkers.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue