Skip to content

Commit

Permalink
#228 Update python and OS versions in .travis.yml to avoid errors tri…
Browse files Browse the repository at this point in the history
…ggering TravisCI builds.
  • Loading branch information
Omar Martínez committed Apr 25, 2022
1 parent a6fbf4c commit 0db818c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
os: linux
dist: xenial
dist: bionic
language: python

services:
- docker

python:
- '3.6'
- '3.7'
- '3.8'
- '3.9'
- '3.10'

env:
- DOCKER_COMPOSE_VERSION=1.27.3
Expand Down

0 comments on commit 0db818c

Please sign in to comment.