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 7676ffb commit 0a6dfaeCopy full SHA for 0a6dfae
.circleci/config.yml
@@ -20,18 +20,18 @@ jobs:
20
command: |
21
pip install virtualenv
22
virtualenv venv
23
- ./venv/bin/activate
+ source venv/bin/activate
24
pip install -r requirements.txt
25
pip install -r requirements-dev.txt
26
- run:
27
name: Run Unit Tests
28
29
30
nose2 -v
31
32
name: Lint
33
34
35
flake8 datadog_lambda/
36
37
- save_cache:
0 commit comments