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