Skip to content

Commit 12ebabb

Browse files
author
sjoshistrats
authored
Update config.yml
1 parent 3476030 commit 12ebabb

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
@@ -12,8 +12,7 @@ jobs:
1212
pipenv install .
1313
- run:
1414
command: | # Run tests
15-
pipenv shell
16-
pytest -s -vv python/fastgrouper/test/
15+
pipenv run pytest python/fastgrouper/test/ -s -vv
1716
1817
workflows:
1918
build_test:

0 commit comments

Comments
 (0)