.travis.yml: update for Ubuntu 22.04
- Now based on Python 3.10 - Now uses a standard "universal-ctags" package Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
This commit is contained in:
parent
8ffb3d9599
commit
8ac019c547
1 changed files with 3 additions and 5 deletions
|
|
@ -5,16 +5,14 @@ os:
|
|||
- linux
|
||||
|
||||
dist:
|
||||
- bionic
|
||||
- jammy
|
||||
|
||||
python:
|
||||
- "3.6"
|
||||
- "3.10"
|
||||
|
||||
before_install:
|
||||
- sudo apt-get -y install libdb-dev python3-pytest libjansson4
|
||||
- sudo apt-get -y install libdb-dev python3-pytest libjansson4 universal-ctags
|
||||
- pip install jinja2 pygments bsddb3 falcon
|
||||
- wget https://bootlin.com/pub/elixir/universal-ctags_0+git20200526-0ubuntu1_amd64.deb
|
||||
- sudo dpkg -i universal-ctags_0+git20200526-0ubuntu1_amd64.deb
|
||||
|
||||
script:
|
||||
- prove -v
|
||||
|
|
|
|||
Loading…
Reference in a new issue