diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 15:17:37 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 15:26:09 +0100 |
| commit | d59a26f882017a62b4119a7649ca3d4b43f65725 (patch) | |
| tree | 3ec808804ef398651a9bcc9a021f16c5d30b7b88 /.travis.yml | |
| parent | bb72eb10b6c7148ad3107c50a4232dea080d1468 (diff) | |
| download | dotfiles-d59a26f882017a62b4119a7649ca3d4b43f65725.tar.gz dotfiles-d59a26f882017a62b4119a7649ca3d4b43f65725.tar.bz2 dotfiles-d59a26f882017a62b4119a7649ca3d4b43f65725.zip | |
Added vint and flake8 to lint vim and qutebrowser conf, Added shellcheck to zsh files, Fixing all linting errors
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3aee491..50fcd8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,19 @@ language: shell +os: linux +dist: focal + +addons: + apt: + packages: + - python3 + - python3-pip + +install: + - pip3 install -U pip + - pip3 install setuptools + - pip3 install vim-vint + - pip3 install flake8 + script: - ./test |
