Add Python 3.6 to Travis CI configuration

This commit is contained in:
Garret Wassermann 2017-02-25 04:07:20 -05:00
parent 9ed90b4896
commit 18557aad38

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: