From c7720669a1af777939df806cd768da2409a3db5f Mon Sep 17 00:00:00 2001 From: Eduardo Cuducos Date: Tue, 27 Feb 2018 15:44:10 -0300 Subject: [PATCH] Remove parallel options from CI test command Minor edits: YAML lint --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index d3cd21f..64d4542 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,10 +6,10 @@ python: - 3.5 addons: - postgresql: "9.6" + postgresql: "9.6" services: - - postgresql + - postgresql env: - DATABASE_URL="postgres://postgres@localhost/jarbas" @@ -26,7 +26,7 @@ before_script: - python manage.py collectstatic --no-input script: - - coverage run manage.py test --parallel + - coverage run manage.py test after_success: - coveralls