Skip to content

Commit 0b9e7af

Browse files
authored
Update config.yml
1 parent 4a770fe commit 0b9e7af

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
@@ -34,6 +34,10 @@ jobs:
3434
- ./venv
3535
key: v1-dependencies-{{ checksum "requirements.txt" }}
3636

37+
- run:
38+
name: test dist
39+
command: python setup.py sdist
40+
3741
- run:
3842
name: run tests
3943
command: |

0 commit comments

Comments
 (0)