Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit e7c92ba

Browse files
authored
Add test-requirements.txt for pip install
Adapted the circleci config to implement the changes made by #200 and #201
1 parent aa2f017 commit e7c92ba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.circleci/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
- run:
1212
name: install dependencies
1313
command: pip3 install -r requirements.txt --user
14+
- run:
15+
name: install test-dependencies
16+
command: pip3 install -r test-requirements.txt --user
1417
- run:
1518
name: confirm black version
1619
command: black --version
@@ -34,6 +37,9 @@ jobs:
3437
- run:
3538
name: install dependencies
3639
command: pip3 install -r requirements.txt --user
40+
- run:
41+
name: install test-dependencies
42+
command: pip3 install -r test-requirements.txt --user
3743
- run:
3844
name: install pytest
3945
command: pip3 install pytest pytest-cov --user

0 commit comments

Comments
 (0)