forked from extern/django-helpdesk
Add Python 3.6 to Travis CI configuration
This commit is contained in:
parent
9ed90b4896
commit
18557aad38
@ -4,6 +4,7 @@ python:
|
||||
- "2.7"
|
||||
- 3.4.4
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
env:
|
||||
- DJANGO=1.8.17
|
||||
@ -18,7 +19,7 @@ install:
|
||||
before_script:
|
||||
- "pep8 --exclude=migrations --ignore=E501 helpdesk"
|
||||
|
||||
script:
|
||||
script:
|
||||
- coverage run --source='.' quicktest.py helpdesk
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user