mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 13:45:49 +00:00
Merge branch 'master' of https://github.com/borgbase/vorta
This commit is contained in:
commit
b09f8480ce
1 changed files with 3 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue