summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml5
-rw-r--r--changelog.d/3806.misc1
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml

index 11c76db2e5..ebc972ed24 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -8,9 +8,6 @@ before_script: - git remote set-branches --add origin develop - git fetch origin develop -services: - - postgresql - matrix: fast_finish: true include: @@ -25,6 +22,8 @@ matrix: - python: 2.7 env: TOX_ENV=py27-postgres TRIAL_FLAGS="-j 4" + services: + - postgresql - python: 3.6 env: TOX_ENV=py36 diff --git a/changelog.d/3806.misc b/changelog.d/3806.misc new file mode 100644
index 0000000000..3c722eef2d --- /dev/null +++ b/changelog.d/3806.misc
@@ -0,0 +1 @@ +Only start postgres instance for postgres tests on Travis CI