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 dab28d7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,20 @@ 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 --upgrade pip
- pip install -U importlib_metadata
- pip install -r requirements.txt
script:
- sh run_tests.sh
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
alabaster==0.7.11
anachronos==0.0.6
anachronos==0.0.7
MarkupSafe==2.0.1
argh==0.26.2
Babel==2.9.1
Expand Down

0 comments on commit dab28d7

Please sign in to comment.