virtualenv and requirements

main
Sven Geboers 2 years ago
parent 25f8ba0a71
commit 1a782a5ca0
  1. 4
      .drone.yml

@ -16,8 +16,8 @@ pipeline:
password:
from_secret: password
script:
- cd /home/sgeboers/gtfs
- python -m venv env
- cd /home/webapps/gtfs
- python3 -m venv env
- source env/bin/activate
- cd code
- pip install -r requirements.txt

Loading…
Cancel
Save