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 dc43053 commit 299dd7eCopy full SHA for 299dd7e
.travis.yml
@@ -10,7 +10,9 @@ before_install:
10
- git clone https://github.com/Axelrod-Python/TourExec.git /tmp/TourExec
11
- cd /tmp/TourExec
12
- sudo make install
13
- - export LD_LIBRARY_PATH=/usr/local/lib
+ - echo "/usr/lib/libstrategies.so" | sudo tee /etc/ld.so.conf.d/strategies-lib.conf
14
+ - sudo ldconfig
15
+ - ldconfig -p | grep libstrategies.so
16
- cd $TRAVIS_BUILD_DIR
17
install:
18
- pip install -r requirements.txt
0 commit comments