From f362c7f88ead25e110caff7423c268c6c5370ef3 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 22 Oct 2016 16:46:19 -0400 Subject: remove trailing comma on tox command --- HACKING.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3 From 38a10a0e8ea7ad8165f5d8d264c409ff531ac56d Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sat, 22 Oct 2016 16:47:38 -0400 Subject: remove trailing comma on tox command --- scaffoldtests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3