From 8939cda58ebf6b2ada49b5a2071747a038ebebe8 Mon Sep 17 00:00:00 2001 From: Sachin Date: Sun, 21 Feb 2016 18:02:03 +0530 Subject: [build] Added dependencies in requirements * Updated instructions in README to install Python dependencies * Added an example to create HTML docs * Added instruction to optionally run 'make test' before sending a PR * Relavant changes made in .travis.yml to test requirements Signed-off-by: Sachin Patil --- requirements.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 requirements.txt (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..3a072cd4 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +pep8>=1.7.0 +nose>=1.3.7 +coverage>=4.0.3 +Sphinx>=1.3.5 -- cgit