Skip to content

Commit fc0f5a5

Browse files
author
sjoshistrats
authored
Update config.yml
1 parent cc28574 commit fc0f5a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ version: 2.1
33
jobs:
44
build_test:
55
docker:
6-
- image: cimg/python:3.6
6+
- image: circleci/python:3.6.4
77
steps:
88
- checkout # checkout source code to working directory
99
- run:
1010
command: | # Install package
11-
sudo pip3 install -U pipenv
11+
sudo pip install -U pipenv
1212
pipenv install .
1313
- run:
1414
command: | # Run tests
1515
pipenv install pytest
1616
pipenv run pytest python/fastgrouper/test/ -s -vv
17-
1817
workflows:
1918
build_test:
2019
jobs:

0 commit comments

Comments
 (0)