summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 196f930..827be16 100755
--- a/setup.py
+++ b/setup.py
@@ -310,7 +310,7 @@ class my_test(Command):
os.environ["PYTHONPATH"] = self.build_platlib
pytest = self.find_pytest_path()
- subprocess.check_call([pytest])
+ subprocess.check_call([pytest, "tests"])
class my_clean(Command):
user_options = [