summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Harper <ryan.harper@canonical.com>2016-03-03 16:32:32 -0600
committerRyan Harper <ryan.harper@canonical.com>2016-03-03 16:32:32 -0600
commit3d9153d16b194e7a3139c290e723ef17518e617d (patch)
tree61b036f51d187f6c06d85936cad59a11e8e1dc94 /Makefile
parent8cb7c3f7b5339e686bfbf95996b51afafeaf9c9e (diff)
downloadvyos-cloud-init-3d9153d16b194e7a3139c290e723ef17518e617d.tar.gz
vyos-cloud-init-3d9153d16b194e7a3139c290e723ef17518e617d.zip
Fix pyflake/pyflake3 errors
Now we can run make check to assess pep8, pyflakes for python2 or 3 And execute unittests via nosetests (2 and 3).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb65b70b..fc91f829 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,6 @@ pyflakes:
pyflakes3:
@$(CWD)/tools/run-pyflakes3
-
unittest:
nosetests $(noseopts) tests/unittests
nosetests3 $(noseopts) tests/unittests