From e9cd3c78dab0ef36d1b6dfde561148393b13f24b Mon Sep 17 00:00:00 2001 From: Thor77 Date: Fri, 17 Jul 2015 15:39:16 +0200 Subject: [PATCH] add testing-requirements-file --- README.md | 2 +- testing_requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 testing_requirements.txt diff --git a/README.md b/README.md index b60853e..441f7c8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A simple Teamspeak stat-generator - based on server-logs Run `tsstats.py` and point your web-server to the generated .html-file, now you will see some stats for your Teamspeak-Server parsed from the logs. # Tests -- Install nose `pip3 install nose` +- Install testing-requirements `pip3 install -r testing_requirements.txt` - Run `nosetests` # Configuration diff --git a/testing_requirements.txt b/testing_requirements.txt new file mode 100644 index 0000000..5a9f7ae --- /dev/null +++ b/testing_requirements.txt @@ -0,0 +1,2 @@ +nose>=1.3.7 +pep8>=1.6.2