From 238b4063691fee141c64eefec8d38dfb523dbc70 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 6 Mar 2019 22:32:23 -0500 Subject: Make sure travis updates packages if it has them --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fe6c8a4..24ed42a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ before_install: install: - pip install --upgrade pip - - pip install -r requirements.txt + - pip install -U -r requirements.txt - pip install nose Cython - python setup.py build_ext --inplace -- cgit v1.2.3