Skip to content

Commit

Permalink
Update dev_requirements in HACKING.rst-- filenames are changed now :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Jackson authored and Thomas Jackson committed Feb 2, 2014
1 parent 0221a97 commit e8cb103
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions HACKING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Setting a Github pull request

This is the preferred method for contributions, simply create a Github
fork, commit your changes to the fork, and then open up a pull request.
If you want to make our life really easier, please also enable Travis-CI on
your fork. Salt is already configured, all you need to do is follow the first
If you want to make our life really easier, please also enable Travis-CI on
your fork. Salt is already configured, all you need to do is follow the first
two(2) steps on their `Getting Started Doc`_.

.. _`Getting Started Doc`: http://about.travis-ci.org/docs/user/getting-started
Expand Down Expand Up @@ -170,7 +170,7 @@ Install Salt (and dependencies) into the virtualenv::

.. note:: Installing M2Crypto

You may need ``swig`` and ``libssl-dev`` to build M2Crypto. If you
You may need ``swig`` and ``libssl-dev`` to build M2Crypto. If you
encounter the error ``command 'swig' failed with exit status 1``
while installing M2Crypto, try installing it with the following command::

Expand Down Expand Up @@ -268,9 +268,9 @@ If it is less than 2047, you should increase it with::
Running the tests
~~~~~~~~~~~~~~~~~

For running tests, you'll also need to install ``dev_requirements.txt``::
For running tests, you'll also need to install ``dev_requirements_python2x.txt``::

pip install -r dev_requirements.txt
pip install -r dev_requirements_python2x.txt

Finally you use setup.py to run the tests with the following command::

Expand Down

0 comments on commit e8cb103

Please sign in to comment.