Skip to content

Commit 87df1f1

Browse files
committed
circleci update
1 parent f4a67b8 commit 87df1f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ jobs:
2222
name: run tests
2323
command: |
2424
. venv/bin/activate
25-
flake8 --exclude=venv* --statistics
26-
pytest -v --cov=main
25+
python test_main.py

0 commit comments

Comments
 (0)