summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-20 10:00:11 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-20 10:00:11 +0300
commitab151acc806b8289f14794a80cba63d4ee634c27 (patch)
tree84e9285ca5b715bde860c33a3fb99697c7dc7b21 /check
parent70dda47e3b33ebc432131aa65e6cb3f17b7c2eb3 (diff)
downloadcliapp-ab151acc806b8289f14794a80cba63d4ee634c27.tar.gz
Fix: more Python3 support from Stuart
These changes were sent by Stuart Prescott, but since I am stupid and hadn't pushed my changes to the git server, his patches didn't apply with "git am", and so his commit info got lost.
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index cb92b89..7b06ce7 100755
--- a/check
+++ b/check
@@ -3,6 +3,7 @@
set -eu
python -m CoverageTestRunner --ignore-missing-from=without-tests
+python3 -m CoverageTestRunner --ignore-missing-from=without-tests
rm -f .coverage
pep8 cliapp
# PYTHONPATH=. pylint --rcfile=pylint.conf cliapp *.py test-plugins/*.py