diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-10-22 16:55:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-22 16:55:53 -0400 |
| commit | 2414d270c56b06d60b16cd38967559c5a47766b7 (patch) | |
| tree | 7e4b77c6a8977580aaf1687cf378bc8d8284e275 | |
| parent | e73ae375581539ed42aa97d7cd6e96e6fbd64c79 (diff) | |
| parent | 38a10a0e8ea7ad8165f5d8d264c409ff531ac56d (diff) | |
| download | pyramid-2414d270c56b06d60b16cd38967559c5a47766b7.tar.gz pyramid-2414d270c56b06d60b16cd38967559c5a47766b7.tar.bz2 pyramid-2414d270c56b06d60b16cd38967559c5a47766b7.zip | |
Merge pull request #2799 from stevepiercy/master
remove trailing comma on tox command
| -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 |
