Skip to content

Commit e460838

Browse files
authored
build: first support Python 3.6 and later Py37
1 parent 94e47b8 commit e460838

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
@@ -94,11 +94,11 @@ jobs:
9494
install:
9595
- pyenv global 3.6.7
9696
# - pyenv global 3.7.1
97-
- python3.7 -m pip install --upgrade pip
97+
- python3.6 -m pip install --upgrade pip
9898
- make lint-py-build
9999
script:
100100
- NODE=$(which node) make lint lint-py
101-
- python3.7 ./configure.py
101+
- python3.6 ./configure.py
102102
- NODE=$(which node) make test
103103

104104
allow_failures:

0 commit comments

Comments
 (0)