Skip to content

Commit

Permalink
chore: remove Travis CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarrazzo committed Sep 10, 2023
1 parent 8ee4cca commit c91ceb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
62 changes: 0 additions & 62 deletions .travis.yml

This file was deleted.

4 changes: 1 addition & 3 deletions tools/sql2extension.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
"""Generate "ALTER EXTENSION" statements to package a list of SQL definitions.
The script doesn't try to be a robust parser: it relies on the input file
Expand Down Expand Up @@ -35,8 +35,6 @@
# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

from __future__ import print_function

import re
import sys

Expand Down

0 comments on commit c91ceb6

Please sign in to comment.