summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2016-08-30 20:43:29 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2016-08-30 20:43:29 -0700
commit918cb1692114a16eb738a80023fcdd1c8d98b011 (patch)
tree9d4142706272c100dc3395f0c027effec5fd3e2e /README.md
parent7e4c6afd9160beedf7956bc5492c93eb30f93a3e (diff)
parent176a84a8285b4117c9465f92d323dbb6aa4eb82c (diff)
downloadspack-918cb1692114a16eb738a80023fcdd1c8d98b011.tar.gz
spack-918cb1692114a16eb738a80023fcdd1c8d98b011.tar.bz2
spack-918cb1692114a16eb738a80023fcdd1c8d98b011.tar.xz
spack-918cb1692114a16eb738a80023fcdd1c8d98b011.zip
Merge branch 'features/travis' into develop
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).