Skip to content

Commit

Permalink
Merge pull request linux-system-roles#59 from richm/master
Browse files Browse the repository at this point in the history
disable yamllint line-length checks
  • Loading branch information
richm authored Dec 10, 2020
2 parents c87a897 + 939b5b3 commit 2ea6a0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# yamllint disable rule:line-length
name: tox
on: # yamllint disable-line rule:truthy
- pull_request
Expand All @@ -24,7 +25,6 @@ jobs:
python -m pip install --upgrade pip
pip install tox
- name: Run tox tests
# yamllint disable-line rule:line-length
run: |
set -euxo pipefail
toxpyver=$(echo "${{ matrix.pyver }}" | tr -d .)
Expand Down Expand Up @@ -60,7 +60,6 @@ jobs:
sudo pip install 'tox<3' 'virtualenv==15.*' 'pluggy==0.5.*'
sudo pip list
env:
# yamllint disable-line rule:line-length
PY26URL: https://storage.googleapis.com/travis-ci-language-archives/python/binaries/ubuntu/14.04/x86_64/python-2.6.tar.bz2
VIRTUAL_ENV_DISABLE_PROMPT: "true"
- name: Run tox tests
Expand Down

0 comments on commit 2ea6a0d

Please sign in to comment.