Skip to content

Commit c2321b0

Browse files
committed
Update packages even if they're installed on Travis already.
1 parent 69ca916 commit c2321b0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements-install.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ if [[ $USE_OPTIONAL != "true" && $USE_OPTIONAL != "false" ]]; then
55
exit 1
66
fi
77

8-
pip install -r requirements-test.txt
8+
pip install -U -r requirements-test.txt
99

1010
if [[ $USE_OPTIONAL == "true" ]]; then
1111
if [[ $TRAVIS_PYTHON_VERSION == "pypy" || $TRAVIS_PYTHON_VERSION == "pypy3" ]]; then
12-
pip install -r requirements-optional.txt
12+
pip install -U -r requirements-optional.txt
1313
elif [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then
14-
pip install -r requirements-optional-2.6.txt
14+
pip install -U -r requirements-optional-2.6.txt
1515
else
16-
pip install -r requirements-optional-cpython.txt
16+
pip install -U -r requirements-optional-cpython.txt
1717
fi
1818
fi

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy