From 9177f0fab0ba9e746260b8cecfbf916b540f3eda Mon Sep 17 00:00:00 2001 From: Samuel Dion-Girardeau Date: Mon, 22 Aug 2016 20:14:25 -0400 Subject: [PATCH] Fix flake8 command in development flow - Missing setup.py, and wrong path for tests - Removed extra new lines that was causing a warning --- CONTRIBUTING.rst | 2 +- setup.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index fd0af6c..a1832c4 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -98,7 +98,7 @@ Here's how to set up `snappass` for local development. 6. When you're done making changes, check that your changes pass the tests and flake8:: - $ flake8 snappass tests + $ flake8 snappass tests.py setup.py $ tox 7. Commit your changes and push your branch to GitHub:: diff --git a/setup.py b/setup.py index 562b643..0bf1581 100644 --- a/setup.py +++ b/setup.py @@ -36,4 +36,3 @@ setup( ], zip_safe=False, ) -