We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1fd2e commit 6c09044Copy full SHA for 6c09044
.circleci/config.yml
@@ -6,7 +6,7 @@ version: 2
6
jobs:
7
build:
8
docker:
9
- - image: circleci/python:2.7
+ - image: circleci/python:3.6.1
10
11
- image: redislabs/redisgraph:edge
12
port: 6379:6379
@@ -35,13 +35,13 @@ jobs:
35
- ./venv
36
key: v1-dependencies-{{ checksum "requirements.txt" }}
37
38
- - run:
39
- name: run tests
40
- command: |
41
- . venv/bin/activate
42
- python manage.py test
+ # - run:
+ # name: run tests
+ # command: |
+ # . venv/bin/activate
+ # python manage.py test
43
44
- - store_artifacts:
45
- path: test-reports
46
- destination: test-reports
+ # - store_artifacts:
+ # path: test-reports
+ # destination: test-reports
47
0 commit comments