Skip to content

Commit

Permalink
no complete target
Browse files Browse the repository at this point in the history
  • Loading branch information
gijzelaerr committed Dec 21, 2018
1 parent 4694229 commit ab4ebbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis/py2.docker
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN docker-apt-install \

ADD . /code
WORKDIR /code
RUN pip install ".[complete]"
RUN pip install .
2 changes: 1 addition & 1 deletion .travis/py3.docker
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ RUN docker-apt-install \

ADD . /code
WORKDIR /code
RUN pip3 install ".[complete]"
RUN pip3 install .

0 comments on commit ab4ebbe

Please sign in to comment.