Skip to content

Commit

Permalink
fixed: flake8 style
Browse files Browse the repository at this point in the history
Signed-off-by: Pol Alvarez Vecino <pol.avms@gmail.com>
  • Loading branch information
kafkasl committed Dec 10, 2018
1 parent 3962b7c commit 325b1bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,10 @@ MAINTAINER COMPSs Support <support-compss@bsc.es>


# Enable ssh to localhost
RUN pip3 install codecov coverage flake8 matplotlib && \
yes yes | ssh-keygen -f /root/.ssh/id_rsa -t rsa -N '' > /dev/null && \
RUN yes yes | ssh-keygen -f /root/.ssh/id_rsa -t rsa -N '' > /dev/null && \
cat /root/.ssh/id_rsa.pub > /root/.ssh/authorized_keys

COPY dislib dislib/dislib
COPY examples dislib/examples
COPY tests dislib/tests
COPY run_tests.sh /dislib/
COPY run_coverage.sh /dislib/
COPY bin/cfg.sh /
COPY bin/generate_project.sh /
COPY bin/generate_resources.sh /
COPY . dislib/

ENV PATH=$PATH:/opt/COMPSs/Runtime/scripts/user:/opt/COMPSs/Bindings/c/bin
ENV CLASSPATH=$CLASSPATH:/opt/COMPSs/Runtime/compss-engine.jar
Expand Down
2 changes: 1 addition & 1 deletion run_style.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flake8 dislib
python3 -m flake8 /dislib

0 comments on commit 325b1bf

Please sign in to comment.