From 4e0e597252af53f313f8003991a86b4e444da39a Mon Sep 17 00:00:00 2001 From: Marco De Donno Date: Tue, 26 Sep 2017 20:05:40 +0200 Subject: [PATCH] Remove comment --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7c19d4b..424c89b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,10 +24,6 @@ COPY ./library /library RUN find /library -maxdepth 1 -mindepth 1 > /usr/local/lib/python2.7/dist-packages/mdedonno.pth RUN make -C /library/TPS/TPS/TPSCy - -################################################################################ -### Unit test by default - RUN python /library/TPS/TPSModules_unittest.py ################################################################################ -- GitLab