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