Add test dependency installation to gitlab-ci

This commit is contained in:
s3lph 2019-11-25 02:51:37 +01:00
parent 76c2ed7cba
commit 1ebf26e682

View file

@ -8,6 +8,7 @@ stages:
before_script:
- pip3 install coverage pycodestyle
- export SPACEAPI_SERVER_VERSION=$(python -c 'import spaceapi_server; print(spaceapi_server.__version__)')