~bhavesh-goyal093/postorius/postorius-page-titles

« back to all changes in this revision

Viewing changes to src/postorius/doc/development.rst

  • Committer: Florian Fuchs
  • Date: 2015-02-11 21:14:37 UTC
  • Revision ID: flo.fuchs@gmail.com-20150211211437-haewoswsi4ficfck
removed unnecessary installation instruction from dev docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
Installing and running the tests
29
29
================================
30
30
 
31
 
After a fresh checkout, first install Postorius in develop mode, as well as
32
 
the development dependencies:
33
 
 
34
 
::
35
 
 
36
 
    $ python setup.py develop
37
 
    $ pip -r dev-requirements.txt
38
 
 
39
 
 
40
 
Once that's done you can run the tests running ``tox``:
 
31
After checkout you can run the tests using ``tox``:
41
32
 
42
33
::
43
34