Skip to content

Commit 7d8e847

Browse files
committed
pin setuptools to v30.4.0
* Running `invoke install -d` with v31.0.0 will break MFR.
1 parent 6474e91 commit 7d8e847

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ before_install:
1414

1515
install:
1616
- travis_retry pip install --upgrade pip
17+
- travis_retry pip install setuptools==30.4.0
1718
- travis_retry pip install wheel==0.26.0
1819
- travis_retry pip install invoke==0.11.1
1920
- travis_retry invoke wheelhouse --develop

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ RUN mkdir -p /code
5252
WORKDIR /code
5353

5454
RUN pip install -U pip
55+
RUN pip install setuptools==30.4.0
5556

5657
COPY ./requirements.txt /code/
5758

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ humanfriendly==2.1
55
invoke==0.11.1
66
mako==1.0.1
77
raven==5.27.0
8+
setuptools==30.4.0
89
stevedore==1.2.0
910
tornado==4.3
1011

0 commit comments

Comments
 (0)