8000 Fix validation errors · DataDog/datadog-lambda-python@e9b7d33 · GitHub
[go: up one dir, main page]

Skip to content

Commit e9b7d33

Browse files
committed
Fix validation errors
1 parent f0b7b69 commit e9b7d33

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,22 @@ jobs:
1616
# fallback to using the latest cache if no exact match is found
1717
- v1-dependencies-<< parameters.python >>--
1818
- run:
19-
name: Install Dependencies
20-
command: |
21-
python3 -m venv venv
22-
. venv/bin/activate
23-
pip install -r requirements.txt
24-
pip install -r requirements-dev.txt
19+
name: Install Dependencies
20+
command: |
21+
python3 -m venv venv
22+
. venv/bin/activate
23+
pip install -r requirements.txt
24+
pip install -r requirements-dev.txt
2525
- run:
26-
name: Run Unit Tests
27-
command: |
28-
. venv/bin/activate
29-
nose2 -v
26+
name: Run Unit Tests
27+
command: |
28+
. venv/bin/activate
29+
nose2 -v
3030
- run:
31-
name: Run Unit Tests
32-
command: |
33-
. venv/bin/activate
34-
flake8
31+
name: Run Unit Tests
32+
command: |
33+
. venv/bin/activate
34+
flake8
3535
3636
- save_cache:
3737
paths:

0 commit comments

Comments
 (0)
0