From 541917444ca42c13eeb2af2c41f20ec9008afd56 Mon Sep 17 00:00:00 2001 From: Florian Mounier Date: Tue, 17 Jan 2017 10:15:16 +0100 Subject: [PATCH] Missing upgrade --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9575ea16..a79f8549 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: install: - pip install --upgrade pip setuptools - - pip install .[test] + - pip install --upgrade .[test] script: py.test pygal/ --flake8 --cov-report= --cov=pygal