Skip to content

Commit 81e775f

Browse files
committed
CI: Upgrade setuptools
1 parent 2452a0f commit 81e775f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ before_install:
9696
- virtualenv --python=python venv
9797
- source venv/bin/activate
9898
- python --version # just to check
99-
- pip install -U pip wheel # needed at one point
99+
- pip install -U pip setuptools>=27.0 wheel
100100
- retry pip install nose flake8 mock # always
101101
- pip install $EXTRA_PIP_FLAGS $DEPENDS $OPTIONAL_DEPENDS
102102
- if [ "${COVERAGE}" == "1" ]; then

0 commit comments

Comments
 (0)