Skip to content
Snippets Groups Projects
Commit 3b4223aa authored by Erik Johnston's avatar Erik Johnston
Browse files

Only start postgres instance for postgres tests on Travis CI

parent 2608ebc0
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment