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 502f081 commit 72848c2Copy full SHA for 72848c2
.travis.yml
@@ -52,6 +52,7 @@ before_install:
52
- test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ;
53
- pip install -r tests/requirements.txt
54
script:
55
+ - export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
56
- make test
57
after_success:
58
codecov
0 commit comments