Skip to content

Commit 508b547

Browse files
committed
Add Python 3.9 to CI tests. Display output of Safety instead of storing JSON.
1 parent 725c056 commit 508b547

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- run:
3838
name: Safety
39-
command: poetry run safety check --json > test-reports/safety/results.json
39+
command: poetry run safety check
4040

4141
- run:
4242
name: mypy
@@ -78,4 +78,4 @@ workflows:
7878
- test:
7979
matrix:
8080
parameters:
81-
python-version: ["3.6", "3.7", "3.8"]
81+
python-version: ["3.6", "3.7", "3.8", "3.9"]

0 commit comments

Comments
 (0)