diff options
| -rw-r--r-- | HACKING.txt | 2 | ||||
| -rwxr-xr-x | scaffoldtests.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/HACKING.txt b/HACKING.txt index 953c386f9..f240492e7 100644 --- a/HACKING.txt +++ b/HACKING.txt @@ -216,7 +216,7 @@ Running Tests Alternatively: - $ tox -e{py27,py34,py35,pypy}-scaffolds, + $ tox -e{py27,py34,py35,pypy}-scaffolds Test Coverage diff --git a/scaffoldtests.sh b/scaffoldtests.sh index 84fd8e072..69d8ad561 100755 --- a/scaffoldtests.sh +++ b/scaffoldtests.sh @@ -1,3 +1,3 @@ #!/bin/bash -tox -e{py27,py33,py34,pypy}-scaffolds, +tox -e{py27,py33,py34,pypy}-scaffolds |
