From acddac16eb2ddcbef7b393a1f13f1ac1413b0497 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Sun, 28 May 2017 22:54:04 +0200 Subject: [PATCH] update setup tools before running tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6dcff08121..bdf30461f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ python: - "3.5" - "3.6" install: - - python -m pip install -U pip + - pip install -U pip setuptools - pip install coveralls before_script: - psql -c "create database travis_ci_test;" -U postgres