Skip to content

Commit

Permalink
gla11y: use version 0.3 which already defaults to using python3
Browse files Browse the repository at this point in the history
  • Loading branch information
sthibaul authored and raveit65 committed Jul 27, 2019
1 parent 71ca9c1 commit fb11796
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ before_scripts:
- fi
- make
- make install
- curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.2/gla11y
- curl -Ls -o /usr/bin/gla11y https://github.com/hypra/gla11y/raw/v0.3/gla11y
- chmod +x /usr/bin/gla11y

build_scripts:
Expand Down
4 changes: 1 addition & 3 deletions gla11y.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ a11y_verbose_1 =

all-local: $(GLA11Y_OUTPUT)
$(GLA11Y_OUTPUT): $(ui_files)
$(a11y_verbose) if [[ $(GLA11Y) == *gla11y ]]; then \
python3 $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%); \
fi
$(a11y_verbose) $(GLA11Y) -P $(srcdir)/ -f $(srcdir)/$(GLA11Y_FALSE) -s $(srcdir)/$(GLA11Y_SUPPR) -o $@ $(ui_files:%=$(srcdir)/%)

clean-local: clean-local-check
clean-local-check:
Expand Down

0 comments on commit fb11796

Please sign in to comment.