Skip to content

Commit 22604bf

Browse files
committed
Run ldconfig instead of setting LD_LIBRARY_PATH
1 parent a2ea7d9 commit 22604bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ before_script:
3030
&& ./bootstrap
3131
&& ./configure
3232
&& make
33+
&& sudo make install
34+
&& sudo ldconfig
3335
&& cd "$TRAVIS_BUILD_DIR"
3436
3537
install: pip install cython tox

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
envlist = py26,py27,pypy,py34,py35,py36,py37
33

44
[testenv]
5-
setenv = LD_LIBRARY_PATH = /tmp/libyaml/src/.libs
65
deps =
76
Cython
87
commands =

0 commit comments

Comments
 (0)