diff options
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0a20161b..5530b9e8 100644 --- a/Makefile.in +++ b/Makefile.in @@ -184,7 +184,7 @@ dist: extlib # Use the setup.py check command check: - $(maybe_venved_python) setup.py check + ./runtests.sh # setup.py might complain if a directory doesn't exist so just in case, make the directory # here |