Skip to content

Commit d2f328e

Browse files
authored
Update config.yml
1 parent e5ad31a commit d2f328e

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
@@ -48,6 +48,10 @@ jobs:
4848
- ./venv
4949
key: v1-dependencies-{{ checksum "requirements.txt" }}
5050

51+
- run:
52+
name: test dist
53+
command: python setup.py sdist
54+
5155
- run:
5256
name: run tests
5357
command: |

0 commit comments

Comments
 (0)