mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
travis experiment #9
This commit is contained in:
parent
9a1c2e1f0b
commit
43e1bfb271
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
set -v
|
||||
|
||||
echo "python3.7 path: $(which python3.7)"
|
||||
|
||||
if [[ $(which python3.7) ]]; then
|
||||
python3.7 --version
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
set -v
|
||||
|
||||
rst2html5 --strict README.rst > /dev/null
|
||||
rst2html5 --strict CHANGELOG.rst > /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue