Skip to content

Commit a9aeb39

Browse files
authored
Update config.yml
1 parent f0a5675 commit a9aeb39

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
paths:
3434
- ./venv
3535
key: v1-dependencies-{{ checksum "requirements.txt" }}
36+
37+
- run:
38+
name: test dist
39+
command: python setup.py sdist
3640

3741
- run:
3842
name: run tests
@@ -73,10 +77,6 @@ jobs:
7377
paths:
7478
- ./venv
7579
key: v1-dependencies-{{ checksum "requirements.txt" }}
76-
77-
- run:
78-
name: test dist
79-
command: python setup.py sdist
8080

8181
- run:
8282
name: run tests

0 commit comments

Comments
 (0)