1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🚧 Replace Travis with CircleCI

This commit is contained in:
Gerber, Mike 2021-02-10 17:55:09 +01:00
parent e8da8b63f8
commit 8533e6d421

View file

@ -8,7 +8,6 @@ jobs:
docker: docker:
- image: circleci/python:<< parameters.python-version >> - image: circleci/python:<< parameters.python-version >>
steps: steps:
- run: locale-gen "en_US.UTF-8"; update-locale LC_ALL="en_US.UTF-8"
- checkout - checkout
- run: pip3 install --upgrade pip - run: pip3 install --upgrade pip
- run: pip3 install -r requirements.txt - run: pip3 install -r requirements.txt