Browse Source

Merge branch 'patch-1' into 'master'

Pas besoin de pip3

See merge request federez/re2o!51
documentation
chirac 8 years ago
parent
commit
8deb2b9c9e
  1. 2
      .gitlab-ci.yml

2
.gitlab-ci.yml

@ -11,7 +11,7 @@ lint:
LANGUAGE: 'en_US.UTF-8'
script:
- apt-get -qq update
- DEBIAN_FRONTEND=noninteractive apt-get -qq install -y locales python3-pip python3-django python3-pylint-django
- DEBIAN_FRONTEND=noninteractive apt-get -qq install -y locales python3-django python3-pylint-django
- sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=en_US.UTF-8
- pylint3 --load-plugins pylint_django cotisations machines re2o logs topologie preferences search users || if [ $? -ne 1 ]; then exit 0; else exit 1; fi

Loading…
Cancel
Save