Skip to content

Commit 6ba7cec

Browse files
author
zkan
committed
Use make command to run test and lint
1 parent 4539da5 commit 6ba7cec

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
@@ -25,9 +25,9 @@ jobs:
2525
command: |
2626
. venv/bin/activate
2727
pip install flake8
28-
flake8 tests
28+
make lint
2929
- run:
3030
name: Run Tests
3131
command: |
3232
. venv/bin/activate
33-
python setup.py test
33+
make test

0 commit comments

Comments
 (0)