summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <ben.hutchings@codethink.co.uk>2020-06-01 15:17:43 +0100
committerBen Hutchings <ben.hutchings@codethink.co.uk>2020-06-01 15:18:54 +0100
commit3e7a27fc09ac92db07c404bc88d3f1844faca94c (patch)
tree3d1f7b105ede0025c6cf8e9aed3ad564a17d91e3
parent2d54f8036d1f58df9690849f5b82134927561d1e (diff)
downloadlorry-controller-3e7a27fc09ac92db07c404bc88d3f1844faca94c.tar.gz
gitlab-ci: Install yoyo-migrations version compatible with Python 2
We're going to switch to Python 3, but this is needed to demonstrate that the test suite passed before that. yoyo-migrations dropped Python 2 support in 7.0.0, so select the version before that.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28c664c..a1f4b1b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ before_script:
- apt-get install -y -qq cmdtest curl git
# Deps for lorry-controller
- apt-get install -y -qq python-bottle python-flup python-requests
- - pip install yoyo-migrations
+ - pip install yoyo-migrations==6.1.0
run-check:
script:
- sh check