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 f6fc25eCopy full SHA for f6fc25e
.travis.yml
@@ -10,7 +10,8 @@ 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
- cd $TRAVIS_BUILD_DIR
16
install:
17
- pip install -r requirements.txt
0 commit comments