1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2024-12-22 15:57:34 +00:00

Update config.yml

This commit is contained in:
Manuel Riel 2018-11-20 13:01:28 +08:00 committed by GitHub
parent 1425e78d26
commit 15b4821ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
# 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
# CircleCI maintains a library of pre-built images
@ -32,6 +32,7 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install -U setuptools pip
pip install .
pip install -r requirements-dev.txt
@ -49,7 +50,7 @@ jobs:
name: run tests
command: |
. venv/bin/activate
xvfb-run pytest
pytest
- store_artifacts:
path: test-reports