Skip to content

Commit

Permalink
Update Travis Linux distribution to focal
Browse files Browse the repository at this point in the history
This comes with a change on supported Python versions, with 3.4 being
removed from the list, which meant one of the "special cases" we test
against had to be done against a different python version (which isn't a
problem anyway).

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Apr 27, 2022
1 parent 0502829 commit 3e7fc8e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: ~> 1.0

language: python
dist: xenial
dist: focal
addons:
apt:
packages: [libyajl-dev]
Expand Down Expand Up @@ -71,20 +71,18 @@ jobs:
- python: "2.7"
env: YAJL_VERSION=1.0.12
- python: "2.7"
- python: "3.4"
env: YAJL_VERSION=1.0.9
- python: "3.4"
- python: "3.5"
env: UPLOAD_C_COVERAGE=yes
- python: "3.5"
env: YAJL_VERSION=cant_find_it
- python: "3.6"
env: YAJL_VERSION=1.0.9
- python: "3.7"
- python: "3.7"
env: YAJL_VERSION=none
- python: "3.8"
- python: "3.9"
- python: "3.10-dev"
- python: "3.10"

#build wheels
- name: linux wheels build
Expand Down

0 comments on commit 3e7fc8e

Please sign in to comment.