We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d423611 commit 77cfba8Copy full SHA for 77cfba8
1 file changed
.travis.yml
@@ -24,4 +24,5 @@ deploy:
24
condition: $TRAVIS_TAG =~ v[0-9]+.[0-9]+.[0-9]+.* && $(if grep -q "${BASH_REMATCH:1}" "$TRAVIS_BUILD_DIR/setup.py"; then echo 0; fi)
25
26
script:
27
+ - python setup.py install
28
- ./doc/update-gh-pages.sh
0 commit comments