mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 07:32:21 +01:00
ci: Install django
This commit is contained in:
@ -3,7 +3,7 @@ before_script:
|
|||||||
- apt-get -qq install -y python3 python3-venv python3-pip
|
- apt-get -qq install -y python3 python3-venv python3-pip
|
||||||
- python3 -m venv venv
|
- python3 -m venv venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install pylint
|
- pip install -r requirements.txt pylint
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user