Merge pull request #490 from gwasser/update_ci

Update Travis CI to include Python 3.6
This commit is contained in:
Jonathan Barratt 2017-03-31 18:24:45 +07:00 committed by GitHub
commit db918988f6

View File

@ -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: