Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
pefoley2 committed Feb 1, 2016
1 parent eccffa8 commit 61bf774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Documentation (in RestructuredText format) is available inside the "docs" folder

**How can I create a testing environment?** Read the section on `Setting up Vagrant <http://tjcsl.github.io/ion/setup/vagrant.html>`_ in the documentation. Ask a TJ Sysadmin for VPN access and tokens needed to connect to our servers.

**Why is my build failing?** A PEP 8 syntax checker is set as a post-commit hook. Ensure that your code follows those guidelines by running something like this in the root of the repository: ``autopep8 -ir -aaaaaaaaa --experimental --max-line-length=200 .``
**Why is my build failing?** A PEP 8 syntax checker is set as a post-commit hook. Ensure that your code follows those guidelines by running something like this in the root of the repository: ``autopep8 -ir --max-line-length=200 .``

**Where can I report a bug?**

Expand Down

0 comments on commit 61bf774

Please sign in to comment.