diff --git a/.travis.yml b/.travis.yml index 7cd8a18..1de1cfc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ cache: pip python: - "2.7" - "3.6" +- "3.7" install: - pip install -e . - pip install coveralls @@ -19,8 +20,9 @@ before_script: script: tox -v services: - # MySQL is started by default - mongodb + - mysql + - postgresql addons: postgresql: "9.6" @@ -31,6 +33,7 @@ after_success: after_script: - tox-pytest-summary +dist: xenial sudo: false addons: