From 2905eaf8e26d55d2f7064d436ab0a77d4eca234d Mon Sep 17 00:00:00 2001 From: Laura Stone Date: Thu, 13 Oct 2016 10:19:13 -0400 Subject: [PATCH] Add missing dependency in README, update gitignore for JetBrains --- .gitignore | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c7a6d7e..292d1ca 100644 --- a/.gitignore +++ b/.gitignore @@ -56,4 +56,7 @@ coverage.xml docs/_build/ # PyBuilder -target/ \ No newline at end of file +target/ + +# JetBrains +.idea/ diff --git a/README.md b/README.md index 323dec4..de7af0f 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ export PYLAST_API_SECRET=TODO_ENTER_YOURS_HERE To run all unit and integration tests: ```sh -pip install pytest flaky +pip install pytest flaky mock py.test ```