This commit is contained in:
Manu 2018-11-20 13:27:18 +08:00
commit b09f8480ce
1 changed files with 3 additions and 1 deletions

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,7 +32,9 @@ jobs:
command: |
python3 -m venv venv
. venv/bin/activate
pip install -U setuptools pip
pip install .
pip install -r requirements-dev.txt
- save_cache:
paths: