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 8ac8cd5 commit 26ddd3bCopy full SHA for 26ddd3b
.travis.yml
@@ -19,6 +19,7 @@ script:
19
- wget --no-check-certificate https://maxcdn.bootstrapcdn.com/bootstrap/latest/css/bootstrap.css
20
- $TRAVIS_BUILD_DIR/css-html-js-minify.py --prefix temp_ --timestamp --wrap --hash --beep $TRAVIS_BUILD_DIR/bootstrap.css
21
- python setup.py bdist_egg bdist_wheel --universal sdist --formats=zip
22
+ - python setup.py zipapp
23
- python3 -m unittest $TRAVIS_BUILD_DIR/tests/test_*
24
# - pip install --upgrade --no-compile css-html-js-minify
25
0 commit comments