Skip to content

Commit 6c09044

Browse files
authored
Update config.yml
1 parent 0c1fd2e commit 6c09044

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
- image: circleci/python:2.7
9+
- image: circleci/python:3.6.1
1010

1111
- image: redislabs/redisgraph:edge
1212
port: 6379:6379
@@ -35,13 +35,13 @@ jobs:
3535
- ./venv
3636
key: v1-dependencies-{{ checksum "requirements.txt" }}
3737

38-
- run:
39-
name: run tests
40-
command: |
41-
. venv/bin/activate
42-
python manage.py test
38+
# - run:
39+
# name: run tests
40+
# command: |
41+
# . venv/bin/activate
42+
# python manage.py test
4343

44-
- store_artifacts:
45-
path: test-reports
46-
destination: test-reports
44+
# - store_artifacts:
45+
# path: test-reports
46+
# destination: test-reports
4747

0 commit comments

Comments
 (0)