Skip to content

Commit cf8b288

Browse files
authored
Update config.yml
1 parent 8b8ac31 commit cf8b288

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
- ./venv
3737
key: v1-dependencies-{{ checksum "requirements.txt" }}
3838

39+
- run:
40+
name: test dist
41+
command: python setup.py sdist
42+
3943
- run:
4044
name: run tests
4145
command: |
@@ -61,4 +65,4 @@ workflows:
6165
only:
6266
- master
6367
jobs:
64-
- build
68+
- build

0 commit comments

Comments
 (0)