Skip to content

Commit 48942a9

Browse files
authored
Merge pull request html5lib#352 from jdufresne/fix-test-failures
Fix Travis CI builds on Python 3.4
2 parents bd6ee11 + 74ebfc9 commit 48942a9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

requirements-install.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
#!/bin/bash -ex
22

3-
pip install -U -r requirements-test.txt
4-
5-
if [[ $USE_OPTIONAL == "true" ]]; then
6-
pip install -U -r requirements-optional.txt
7-
fi
8-
93
if [[ $SIX_VERSION ]]; then
104
pip install six==$SIX_VERSION
115
fi
126

7+
pip install -r requirements-test.txt
8+
9+
if [[ $USE_OPTIONAL == "true" ]]; then
10+
pip install -r requirements-optional.txt
11+
fi
12+
1313
if [[ $CI == "true" ]]; then
14-
pip install -U codecov
14+
pip install codecov
1515
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