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 /scaffoldtests.sh | |
| 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 'scaffoldtests.sh')
| -rwxr-xr-x | scaffoldtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
