Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
keotl committed Sep 13, 2022
1 parent 862bd74 commit 05e5cf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ matrix:
dist: xenial
- os: linux
python: 3.7
dist: xenial
dist: bionic
- os: linux
python: 3.8
dist: bionic
- os: linux
python: 3.9
dist: focal
- os: linux
python: 3.10.0
python: 3.10
dist: focal

install:
- pip install -r requirements.txt
- pip3 install -r requirements.txt
script:
- sh run_tests.sh
- sh run_e2e_tests.sh
Expand Down

0 comments on commit 05e5cf0

Please sign in to comment.