From a2f4df41575795cf998129e9f82721e4db4b043e Mon Sep 17 00:00:00 2001 From: Eric Goller Date: Fri, 4 May 2018 16:44:23 +0200 Subject: [PATCH] WIP --- ci/run_docker.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/run_docker.sh b/ci/run_docker.sh index c39641f2..b23b013d 100755 --- a/ci/run_docker.sh +++ b/ci/run_docker.sh @@ -11,10 +11,10 @@ xvfb=$! export DISPLAY=:99 -pip install --upgrade pip +#pip install --upgrade pip pip install -r requirements/test.pip - -python setup.py install +# +#python setup.py install make resources make test-all