Skip to content

Commit f0a5675

Browse files
authored
Update config.yml
1 parent 6747f7b commit f0a5675

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
paths:
7474
- ./venv
7575
key: v1-dependencies-{{ checksum "requirements.txt" }}
76+
77+
- run:
78+
name: test dist
79+
command: python setup.py sdist
7680

7781
- run:
7882
name: run tests

0 commit comments

Comments
 (0)