Skip to content

Commit dff5c5b

Browse files
authored
update python versions in travis.yml file
1 parent e170b84 commit dff5c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ addons:
66
- snapcraft
77
python:
88
- '2.7'
9-
- '3.3'
109
- '3.4'
1110
- '3.5'
1211
- '3.6'
13-
- pypy-5.3.1
12+
- '3.7'
13+
- 'pypy3.5'
1414
env: LIBGIT2=~/libgit2/_install/ LD_LIBRARY_PATH=~/libgit2/_install/lib
1515
before_install: ./.travis.sh
1616
install: pip install -r requirements.txt .

0 commit comments

Comments
 (0)