We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e47b8 commit e460838Copy full SHA for e460838
1 file changed
.travis.yml
@@ -94,11 +94,11 @@ jobs:
94
install:
95
- pyenv global 3.6.7
96
# - pyenv global 3.7.1
97
- - python3.7 -m pip install --upgrade pip
+ - python3.6 -m pip install --upgrade pip
98
- make lint-py-build
99
script:
100
- NODE=$(which node) make lint lint-py
101
- - python3.7 ./configure.py
+ - python3.6 ./configure.py
102
- NODE=$(which node) make test
103
104
allow_failures:
0 commit comments