Skip to content

Commit

Permalink
Run ldconfig instead of setting LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Jun 30, 2018
1 parent a2ea7d9 commit 22604bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -30,6 +30,8 @@ before_script:
&& ./bootstrap
&& ./configure
&& make
&& sudo make install
&& sudo ldconfig
&& cd "$TRAVIS_BUILD_DIR"
install: pip install cython tox
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -2,7 +2,6 @@
envlist = py26,py27,pypy,py34,py35,py36,py37

[testenv]
setenv = LD_LIBRARY_PATH = /tmp/libyaml/src/.libs
deps =
Cython
commands =
Expand Down

0 comments on commit 22604bf

Please sign in to comment.