Declare explicit dependency on Six 1.9 (#301) · feitianyiren/html5lib-python@ff6111c · GitHub
Skip to content

Commit ff6111c

Browse files
amordegsnedders
authored andcommitted
Declare explicit dependency on Six 1.9 (html5lib#301)
1 parent ea0fafd commit ff6111c

4 files changed

Lines changed: 7 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions

requirements-install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ if [[ $USE_OPTIONAL == "true" ]]; then
1111
pip install -U -r requirements-optional.txt
1212
fi
1313

14+
if [[ $SIX_VERSION != "false" ]]; then
15+
pip install six==$SIX_VERSION
16+
fi
17+
1418
if [[ $CI == "true" ]]; then
1519
pip install -U codecov
1620
fi

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
six
1+
six>=1.9
22
webencodings
33
ordereddict ; python_version < '2.7'

setup.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)