From 329dc1fda88172a701f0100e44b52b3340da0c87 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Wed, 3 Sep 2014 15:02:03 -0700 Subject: [PATCH] Update README to reflect vimscript rewrite The virtual environment config value was dropped in the vimscript rewrite --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5200678..1d3213d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,3 @@ It's pathogen compliant, so just drop in your bundle directory - RunAllNoseTests - runs all the nose tests in a file - RunFocusedNoseTests - runs the current test under the cursor (requires nose-run-line-number) - -## Configuration - -- NoseVirtualenv - the path to your virtualenv activate file e.g. ```.env/bin/actviate```