From 72f4834bf7125ee65d8d0b80b4b5bdc4f8763eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Sun, 28 May 2017 21:54:20 +0200 Subject: [PATCH] experimenting with travis config to make builds less unpredictable --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index be6b3847db..ac3dfa9e8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - "3.5" - "3.6" install: + - python -m pip install -U pip - pip install coveralls before_script: - psql -c "create database travis_ci_test;" -U postgres