From 0c3b73ae8d4f1384103a31bbe1f69e9789a3baa7 Mon Sep 17 00:00:00 2001 From: Louis-Philippe Lemieux Perreault Date: Wed, 5 Jul 2017 15:03:19 -0400 Subject: [PATCH] Travis now updats the packages if required --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0ea0cd5..1795a87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,9 +6,9 @@ python: - "3.5" - "3.6" install: - - pip install six - - pip install numpy - - pip install coveralls + - pip install -U six + - pip install -U numpy + - pip install -U coveralls script: - coverage run setup.py test after_success: