Newer
Older
stages:
- install
- test
install:
script:
- apt-get update && apt-get install --no-install-recommends -y python3 python3-pip python3-selenium python3-virtualenv chromium-driver make xauth xvfb tesseract-ocr tesseract-ocr-eng tesseract-ocr-fra ocrmypdf
- ln -s /usr/bin/python3 /usr/bin/python
- virtualenv --python=/usr/bin/python3 .
- source bin/activate
- pip3 install -r requirements.txt