diff --git a/.travis.yml b/.travis.yml index a815c0f4..de7f6928 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "3.5" + - "3.6" install: - pip install -r requirements.txt - pip install braintree coveralls mock mysqlclient reportlab @@ -10,7 +11,7 @@ env: - DB=mysql - DB=postgres addons: - postgresql: "9.4" + postgresql: "9.6" script: - coverage run --omit=*/tests/* --source=hc manage.py test after_success: coveralls