Skip to content

Commit d3c7034

Browse files
committed
Fix up .travis.yml and configure
1 parent bd918ed commit d3c7034

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,8 @@ jobs:
2323
- g++-6
2424
install: *ccache-setup-steps
2525
script:
26-
- pyenv global 2.7.15
27-
- pip install --upgrade pip
28-
- pip install six
26+
- pyenv global ${PYTHON_VERSION}
27+
- export PYTHONPATH="${PYTHONPATH}:$(pwd)/deps"
2928
- ./configure
3029
- make -j2 -C out V=1 v8
3130

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ if sys.version_info[:2] != (2, 7):
2525
sys.stderr.write('\n')
2626
sys.exit(1)
2727

28-
import configure
28+
import configure

0 commit comments

Comments
 (0)