forked from GithubBackups/healthchecks
Add python 3.6 to travis testing matrix, change postgres from 9.4 to 9.6
This commit is contained in:
parent
55d6471156
commit
ea115aa45b
@ -2,6 +2,7 @@ language: python
|
|||||||
python:
|
python:
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install braintree coveralls mock mysqlclient reportlab
|
- pip install braintree coveralls mock mysqlclient reportlab
|
||||||
@ -10,7 +11,7 @@ env:
|
|||||||
- DB=mysql
|
- DB=mysql
|
||||||
- DB=postgres
|
- DB=postgres
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.4"
|
postgresql: "9.6"
|
||||||
script:
|
script:
|
||||||
- coverage run --omit=*/tests/* --source=hc manage.py test
|
- coverage run --omit=*/tests/* --source=hc manage.py test
|
||||||
after_success: coveralls
|
after_success: coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user