Skip to content

Commit c22ce51

Browse files
committed
Add a twine check, which will make sure the README renders
1 parent e3ef687 commit c22ce51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ script:
5656
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
5757
python setup.py install;
5858
py.test vpython;
59+
twine check dist/*;
5960
fi
6061
# Not much of a real test yet, just try to build myself...
6162
- conda build --quiet vpython.recipe

0 commit comments

Comments
 (0)