Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
language: python
sudo: false
dist: precise

cache:
- bundler
Expand Down Expand Up @@ -29,11 +27,13 @@ install:
- pip list

before_script:
- git clone https://github.com/SIPp/sipp.git
- cd sipp
- ./build.sh --full
- wget https://github.com/SIPp/sipp/releases/download/v3.5.2/sipp-3.5.2.tar.gz
- tar -xvzf sipp-3.5.2.tar.gz
- cd sipp-3.5.2
- ./configure
- make
- export PATH="$PWD:$PATH"
- cd ..

script:
- pytest tests/
- pytest tests/