Skip to content

Commit 61952c8

Browse files
Update .travis.yml
1 parent d8e3be2 commit 61952c8

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

.travis.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,12 @@ before_install:
2525
- pip install -U numpy scipy pandas tqdm --only-binary numpy,scipy,pandas
2626
- pip install -U protobuf
2727
- pip install -r requirements.txt
28-
# install boost
29-
- sudo add-apt-repository universe
30-
- sudo apt-get update
31-
- sudo apt-get install libboost-all-dev
32-
33-
- cd ..
34-
- git clone --branch v0.9.1 --depth=1 https://github.com/bigartm/bigartm.git
35-
- cd bigartm
36-
# configure ccache
37-
# code from https://github.com/urho3d/Urho3D/blob/master/.travis.yml
38-
- export PATH=$(whereis -b ccache |grep -o '\S*lib\S*'):$PATH
39-
- export CXX=g++
40-
- ln -s $(which ccache) $HOME/g++ && export PATH=$HOME:$PATH
4128

4229
install:
43-
- mkdir build
44-
- pushd build && cmake .. && make -j2 && file ./bin/bigartm && popd
45-
- pushd python && python setup.py install && popd
30+
# - pushd python && python setup.py install && popd
4631

4732
script:
48-
- cd ../TopicNet/topicnet
33+
- cd TopicNet/topicnet
4934
- py.test . --timeout=40 --cov
5035

5136
after_success:

0 commit comments

Comments
 (0)