diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 22:20:09 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-25 22:20:09 +0100 |
| commit | 5804d372ba101ab7f05d09f33f21f2f621579e90 (patch) | |
| tree | e46dc80d0ad1df93fa6e9c98be68871756c9e7fe /.travis.yml | |
| parent | d59a26f882017a62b4119a7649ca3d4b43f65725 (diff) | |
| download | dotfiles-5804d372ba101ab7f05d09f33f21f2f621579e90.tar.gz dotfiles-5804d372ba101ab7f05d09f33f21f2f621579e90.tar.bz2 dotfiles-5804d372ba101ab7f05d09f33f21f2f621579e90.zip | |
Fixing xmonad XDG dirs, Added inputrc for vi mode everywhere
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 50fcd8c..690cd55 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: shell os: linux -dist: focal +dist: focal # for python3.8 (https://packages.ubuntu.com/en/focal/python3) addons: apt: @@ -12,8 +12,7 @@ addons: install: - pip3 install -U pip - pip3 install setuptools - - pip3 install vim-vint - - pip3 install flake8 + - pip3 install -r requirements-dev.txt script: - ./test |
