Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Install wheel on CI. [ci rebuild]
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 9, 2017
1 parent 716ea8c commit 0794727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN echo 'deb http://ppa.launchpad.net/deadsnakes/ppa/ubuntu xenial main' > /etc
openssh-client \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | bash \
&& apt-get install git-lfs \
&& pip3 install -U pip tox
&& pip3 install -U pip wheel tox

RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
&& apt-get install -y nodejs \
Expand Down

0 comments on commit 0794727

Please sign in to comment.