From 7608cbdd1ba4e9760ba937d3303f4f06e29ee8c5 Mon Sep 17 00:00:00 2001 From: Ben McCann Date: Thu, 4 Apr 2013 14:44:10 -0700 Subject: [PATCH] DEV: Add note about running tests to README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 87c7e287..3748b9e0 100644 --- a/README.md +++ b/README.md @@ -156,8 +156,7 @@ The maintainers check the code using the flake8 script, requirements_dev.txt. Before submitting patches or pull requests, please ensure that your -changes pass ```flake8 zipline tests``` - +changes pass ```flake8 zipline tests``` and ```nosetests``` Source ======