fixing tox.ini flake8 67/8267/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Tue, 26 Nov 2019 22:19:07 +0000 (22:19 +0000)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 29 Nov 2019 14:19:54 +0000 (14:19 +0000)
Change-Id: Idb4b2dbefa02ac47add8319fdfdc5aa25d3bbb72
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
Dockerfile
RO/tox.ini

index 4e0e7bf..ee707b0 100644 (file)
@@ -21,7 +21,7 @@ FROM ubuntu:16.04
 RUN  apt-get update && \
   DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \
   DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev apt-utils && \
 RUN  apt-get update && \
   DEBIAN_FRONTEND=noninteractive apt-get --yes install git tox make python-all python3 python3-pip debhelper wget && \
   DEBIAN_FRONTEND=noninteractive apt-get --yes install python3-all libssl-dev apt-utils && \
-  DEBIAN_FRONTEND=noninteractive pip3 install -U setuptools setuptools-version-command stdeb && \
+  DEBIAN_FRONTEND=noninteractive python3 -m pip install -U setuptools setuptools-version-command stdeb && \
   DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev mysql-client
 
   # needed for tests:  libmysqlclient-dev mysql-client tox  
   DEBIAN_FRONTEND=noninteractive apt-get --yes install libmysqlclient-dev mysql-client
 
   # needed for tests:  libmysqlclient-dev mysql-client tox  
index 7c20f6f..068d8fc 100644 (file)
@@ -12,7 +12,7 @@
 # limitations under the License.
 
 [tox]
 # limitations under the License.
 
 [tox]
-envlist = flake8, unittest
+envlist = flake8
 toxworkdir={toxinidir}/.tox
 
 [testenv]
 toxworkdir={toxinidir}/.tox
 
 [testenv]