Skip to content

Commit 94e47b8

Browse files
authored
build: first support Python 3.6 and later Py37
Parsing the config file fails because __async__ is a reserved word in Python >= 3.7 so let's sidestep that issue for now.
1 parent 775048d commit 94e47b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ jobs:
9292
language: node_js
9393
node_js: "node"
9494
install:
95-
- pyenv global 3.7.1
95+
- pyenv global 3.6.7
96+
# - pyenv global 3.7.1
9697
- python3.7 -m pip install --upgrade pip
9798
- make lint-py-build
9899
script:

0 commit comments

Comments
 (0)