add testing-requirements-file
This commit is contained in:
parent
df578d6087
commit
e9cd3c78da
|
@ -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
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
nose>=1.3.7
|
||||
pep8>=1.6.2
|
Loading…
Reference in New Issue