8000 Update .travis.yml to use python 3.7 (#850) · python/python-docs-fr@6f489ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 6f489ae

Browse files
endormiJulienPalard
authored andcommitted
Update .travis.yml to use python 3.7 (#850)
because the master branch is 3.7 so it's only logical to have py 3.7 as well
1 parent 769f723 commit 6f489ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
dist: xenial
3-
python: 3.6
3+
python: 3.7
44
before_install:
55
- sudo apt-get update
66
- sudo apt-get install -y hunspell hunspell-fr-comprehensive

0 commit comments

Comments
 (0)
0