Skip to content

Commit

Permalink
Attempt to make travis work
Browse files Browse the repository at this point in the history
  • Loading branch information
jensenbox committed Oct 22, 2017
1 parent 134cf4a commit 8724200
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ env:

install:
- pip install -r agent/requirements.txt
- git clone --branch 1.3.6 https://github.com/savoirfairelinux/opendht.git
- cd opendht
- mkdir build
- cd build
- cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DOPENDHT_PYTHON=On -DOPENDHT_LTO=On
- make -j8
- make install

script:
- py.test --verbose --cov-config agent/.coveragerc --cov=sn_agent agent/tests
Expand Down

0 comments on commit 8724200

Please sign in to comment.