1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-03 13:45:49 +00:00
This commit is contained in:
Manu 2018-11-20 13:27:18 +08:00
commit b09f8480ce

View file

@ -8,7 +8,7 @@ jobs:
docker: docker:
# specify the version you desire here # specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers` # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1 - image: circleci/python:3.6.1-browsers
# Specify service dependencies here if necessary # Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images # CircleCI maintains a library of pre-built images
@ -32,7 +32,9 @@ jobs:
command: | command: |
python3 -m venv venv python3 -m venv venv
. venv/bin/activate . venv/bin/activate
pip install -U setuptools pip
pip install . pip install .
pip install -r requirements-dev.txt
- save_cache: - save_cache:
paths: paths: