Skip to content

Commit

Permalink
build: first support Python 3.6 and later Py37
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Aug 22, 2019
1 parent 94e47b8 commit e460838
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -94,11 +94,11 @@ jobs:
install:
- pyenv global 3.6.7
# - pyenv global 3.7.1
- python3.7 -m pip install --upgrade pip
- python3.6 -m pip install --upgrade pip
- make lint-py-build
script:
- NODE=$(which node) make lint lint-py
- python3.7 ./configure.py
- python3.6 ./configure.py
- NODE=$(which node) make test

allow_failures:
Expand Down

1 comment on commit e460838

@Trott
Copy link
Member

@Trott Trott commented on e460838 Aug 22, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This landed in node main repo without a pull request and without the needed metadata. I force-pushed it out.

Please sign in to comment.