Skip to content

Commit fb8648d

Browse files
authored
Update config.yml
1 parent d412199 commit fb8648d

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.circleci/config.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,9 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
# specify the version you desire here
10-
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
119
- image: circleci/python:3.6.1
1210

13-
# Specify service dependencies here if necessary
14-
# CircleCI maintains a library of pre-built images
15-
# documented at https://circleci.com/docs/2.0/circleci-images/
16-
# - image: circleci/postgres:9.4
11+
- image: redislabs/redisgraph:edge
1712

1813
working_directory: ~/repo
1914

@@ -39,17 +34,3 @@ jobs:
3934
- ./venv
4035
key: v1-dependencies-{{ checksum "requirements.txt" }}
4136

42-
# run tests!
43-
# this example uses Django's built-in test-runner
44-
# other common Python testing frameworks include pytest and nose
45-
# https://pytest.org
46-
# https://nose.readthedocs.io
47-
- run:
48-
name: run tests
49-
command: |
50-
. venv/bin/activate
51-
python manage.py test
52-
53-
- store_artifacts:
54-
path: test-reports
55-
destination: test-reports

0 commit comments

Comments
 (0)