Skip to content

Commit 56017bc

Browse files
author
sjoshistrats
authored
Update config.yml
1 parent e36125c commit 56017bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ jobs:
88
- checkout # checkout source code to working directory
99
- run:
1010
command: | # Install package
11-
python3 -m venv build_test
12-
source build_test/bin/activate
13-
python3 setup.py install
11+
sudo pip install pipenv
12+
pipenv install .
1413
- run:
1514
command: | # Run tests
16-
pipenv run pytest -s -vv
15+
pipenv shell
16+
pytest -s -vv python/fastgrouper/test/
1717
1818
workflows:
1919
build_test:

0 commit comments

Comments
 (0)