diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ pyflakes: pyflakes $(PY_FILES) test: - nosetests tests/unittests/ + nosetests $(noseopts) tests/unittests/ 2to3: 2to3 $(PY_FILES) |
index : vyos-cloud-init.git | ||
(mirror of https://github.com/marekm72/vyos-cloud-init.git) |
summaryrefslogtreecommitdiff |
-rw-r--r-- | Makefile | 2 |
@@ -11,7 +11,7 @@ pyflakes: pyflakes $(PY_FILES) test: - nosetests tests/unittests/ + nosetests $(noseopts) tests/unittests/ 2to3: 2to3 $(PY_FILES) |