added requirements for testing

This commit is contained in:
Alex Seeholzer 2016-11-01 22:37:01 +01:00 committed by Jonathan Barratt
parent 399b0901f6
commit 4a7286f371
No known key found for this signature in database
GPG Key ID: C007F833B47313DA
2 changed files with 6 additions and 4 deletions

View File

@ -11,12 +11,9 @@ env:
- DJANGO=1.10.2
install:
- pip install argparse
- pip install coverage
- pip install codecov
- pip install pep8
- pip install -q Django==$DJANGO
- pip install -q -r requirements.txt
- pip install -q -r requirements-testing.txt
before_script:
- "pep8 --exclude=migrations --ignore=E501 helpdesk"

5
requirements-testing.txt Normal file
View File

@ -0,0 +1,5 @@
pysocks
pep8
codecov
coverage
argparse