From 5184a30a5260d76ffd5139c7196c5306cb520a8e Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Mon, 6 Feb 2017 22:36:09 -0600 Subject: [PATCH] update gitlab CI config for new dev requirements bss/dr.botzo#16 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 444f73c..c1f7570 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ before_script: - virtualenv --python=python3.4 env-py3 --clear - source env-py3/bin/activate - - pip install -Ur requirements.txt + - pip install -Ur requirements-dev.txt lint: script: