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 /HACKING.txt | |
| 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
Diffstat (limited to 'HACKING.txt')
| -rw-r--r-- | HACKING.txt | 2 |
1 files changed, 1 insertions, 1 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 |
