We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3ef687 commit c22ce51Copy full SHA for c22ce51
.travis.yml
@@ -56,6 +56,7 @@ script:
56
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then
57
python setup.py install;
58
py.test vpython;
59
+ twine check dist/*;
60
fi
61
# Not much of a real test yet, just try to build myself...
62
- conda build --quiet vpython.recipe
0 commit comments