forked from extern/django-helpdesk
added requirements for testing
This commit is contained in:
parent
399b0901f6
commit
4a7286f371
@ -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
5
requirements-testing.txt
Normal file
@ -0,0 +1,5 @@
|
||||
pysocks
|
||||
pep8
|
||||
codecov
|
||||
coverage
|
||||
argparse
|
Loading…
Reference in New Issue
Block a user