diff options
author | Adam J. Stewart <ajstewart426@gmail.com> | 2016-08-22 10:22:42 -0500 |
---|---|---|
committer | Adam J. Stewart <ajstewart426@gmail.com> | 2016-08-30 15:20:03 -0500 |
commit | 732c1985efde2ef0ef1e0c57c2e0ef464be6a2e9 (patch) | |
tree | 639cf72d011a9cb0c91b4f5bc0fd6150702efed9 /README.md | |
parent | 7e4c6afd9160beedf7956bc5492c93eb30f93a3e (diff) | |
download | spack-732c1985efde2ef0ef1e0c57c2e0ef464be6a2e9.tar.gz spack-732c1985efde2ef0ef1e0c57c2e0ef464be6a2e9.tar.bz2 spack-732c1985efde2ef0ef1e0c57c2e0ef464be6a2e9.tar.xz spack-732c1985efde2ef0ef1e0c57c2e0ef464be6a2e9.zip |
Overhaul Spack's CI Infrastructure
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ Before you send a PR, your code should pass the following checks: * Your contribution will need to pass the `spack test` command. Run this before submitting your PR. -* Also run the `share/spack/qa/run-flake8` script to check for PEP8 compliance. +* Also run the `share/spack/qa/run-flake8-tests` script to check for PEP8 compliance. To encourage contributions and readability by a broad audience, Spack uses the [PEP8](https://www.python.org/dev/peps/pep-0008/) coding standard with [a few exceptions](https://github.com/LLNL/spack/blob/develop/.flake8). |