]> kaliko git repositories - mpd-sima.git/commitdiff
ci: Fixed missing dependency for tests
authorkaliko <kaliko@azylum.org>
Thu, 17 May 2018 13:04:50 +0000 (15:04 +0200)
committerkaliko <kaliko@azylum.org>
Thu, 17 May 2018 13:04:50 +0000 (15:04 +0200)
.gitlab-ci.yml

index f11417c7a645c4c6ab92c75dc5b45a6fee71622a..7a68469feae7406d94b344f2593434376fcbc22a 100644 (file)
@@ -29,7 +29,7 @@ before_script:
 test:
   stage: test
   script:
-  - pip install pytest-cov
+  - pip install pytest-cov requests
   - py.test -q --cov=sima tests
   - python setup.py test
   - pip install tox flake8