diff options
author | Ryan Harper <ryan.harper@canonical.com> | 2016-03-03 16:32:32 -0600 |
---|---|---|
committer | Ryan Harper <ryan.harper@canonical.com> | 2016-03-03 16:32:32 -0600 |
commit | 3d9153d16b194e7a3139c290e723ef17518e617d (patch) | |
tree | 61b036f51d187f6c06d85936cad59a11e8e1dc94 /Makefile | |
parent | 8cb7c3f7b5339e686bfbf95996b51afafeaf9c9e (diff) | |
download | vyos-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -28,7 +28,6 @@ pyflakes: pyflakes3: @$(CWD)/tools/run-pyflakes3 - unittest: nosetests $(noseopts) tests/unittests nosetests3 $(noseopts) tests/unittests |