Skip to content

Commit c9402be

Browse files
committed
.travis.yml: Test packaging
1 parent 76f0205 commit c9402be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ python:
1010

1111
install:
1212
- pip install coverage
13+
- pip install pypack
1314

1415
script:
1516
# run tests with coverage
1617
- coverage run tests/run_tests.py
1718
- coverage report -m
19+
# test distribution packaging
20+
- python -m pypack patch.py

0 commit comments

Comments
 (0)