summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e9f54982..f280911f 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ pyflakes:
pyflakes3:
@$(CWD)/tools/run-pyflakes3
-
+
unittest: clean_pyc
nosetests $(noseopts) tests/unittests
@@ -54,7 +54,7 @@ unittest3: clean_pyc
nosetests3 $(noseopts) tests/unittests
ci-deps-ubuntu:
- @$(PYVER) $(CWD)/tools/read-dependencies --distro-ubuntu --test-distro
+ @$(PYVER) $(CWD)/tools/read-dependencies --distro ubuntu --test-distro
ci-deps-centos:
@$(PYVER) $(CWD)/tools/read-dependencies --distro centos --test-distro