Skip to content

Commit f3269f6

Browse files
committed
ci: add python 3.9
1 parent 1ffeab0 commit f3269f6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ addons:
55
packages:
66
- snapcraft
77
python:
8-
- '3.7'
9-
- '3.8'
8+
- '3.7'
9+
- '3.8'
10+
- '3.9'
11+
1012
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
1113
before_install: ./.travis.sh
1214
install: pip install -r requirements.txt .

0 commit comments

Comments
 (0)