summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdam J. Stewart <ajstewart426@gmail.com>2016-08-22 10:22:42 -0500
committerAdam J. Stewart <ajstewart426@gmail.com>2016-08-30 15:20:03 -0500
commit732c1985efde2ef0ef1e0c57c2e0ef464be6a2e9 (patch)
tree639cf72d011a9cb0c91b4f5bc0fd6150702efed9 /README.md
parent7e4c6afd9160beedf7956bc5492c93eb30f93a3e (diff)
downloadspack-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 27d62951a1..cf6f008ea6 100644
--- a/README.md
+++ b/README.md
@@ -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).