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 16f100d commit c65922bCopy full SHA for c65922b
.travis.yml
@@ -22,6 +22,8 @@ before_install:
22
- export GOTRACEBACK=crash
23
# make python output (sys.stdout, sys.stderr) unbuffered
24
- export PYTHONUNBUFFERED=1
25
+ # ls needs to look into the current directory to load the _go.so library
26
+ - export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:.
27
# pypy3 isn't packaged in ubuntu yet.
28
- TEMPDIR=$(mktemp -d)
29
- export PYPYVERSION=v7.1.1
0 commit comments