mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-05-30 22:45:48 +02:00
added requirements for testing
This commit is contained in:
parent
399b0901f6
commit
4a7286f371
@ -11,12 +11,9 @@ env:
|
|||||||
- DJANGO=1.10.2
|
- DJANGO=1.10.2
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install argparse
|
|
||||||
- pip install coverage
|
|
||||||
- pip install codecov
|
|
||||||
- pip install pep8
|
|
||||||
- pip install -q Django==$DJANGO
|
- pip install -q Django==$DJANGO
|
||||||
- pip install -q -r requirements.txt
|
- pip install -q -r requirements.txt
|
||||||
|
- pip install -q -r requirements-testing.txt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- "pep8 --exclude=migrations --ignore=E501 helpdesk"
|
- "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…
x
Reference in New Issue
Block a user