summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-01-19 20:08:31 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-01-20 10:28:32 +0100
commit162b6ab75d3c3d1717245f5957433b8cf400b17a (patch)
tree68cc3aeddbfbeaf234977302b0397b4ec3d98ebb /.gitlab-ci
parentc365cc9c14a001dcbe294375d322a02401a1814d (diff)
downloadpygobject-162b6ab75d3c3d1717245f5957433b8cf400b17a.tar.gz
gitlab-ci: Install pep8 package, "make check.quality" requires it
While pep8 is replaced by pycodestyle, the "make check.quality" command still uses pep8. Install it for now and fix some warnings which slipped through due to pep8 not running.
Diffstat (limited to '.gitlab-ci')
-rwxr-xr-x.gitlab-ci/test-docker.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-docker.sh b/.gitlab-ci/test-docker.sh
index 4143face..6473541c 100755
--- a/.gitlab-ci/test-docker.sh
+++ b/.gitlab-ci/test-docker.sh
@@ -6,7 +6,7 @@ virtualenv --python="${PYTHON}" /tmp/venv
source /tmp/venv/bin/activate
python -m pip install git+https://github.com/pygobject/pycairo.git
-python -m pip install pyflakes pycodestyle
+python -m pip install pyflakes pycodestyle pep8
export PKG_CONFIG_PATH=/tmp/venv/share/pkgconfig
export MALLOC_CHECK_=3