Skip to content

Commit

Permalink
Fix the CI build
Browse files Browse the repository at this point in the history
Use the simplest SIPp build (no extra options/libs) and the
build.sh script cause why not. Switch to the `precise` dist to
get the pypy2 run working again; pypy3 is still borked on Travis.

Resolves #24
  • Loading branch information
Tyler Goodlet committed Jul 20, 2017
1 parent a12442e commit 8528efb
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
language: python
sudo: false
dist: trusty
dist: precise

cache:
- bundler
- pip

python:
- 2.7
- 3.4
- 3.5
- 3.6
- nightly
- pypy
- pypy3
# - pypy3

addons:
apt:
Expand All @@ -31,11 +31,9 @@ install:
before_script:
- git clone https://github.com/SIPp/sipp.git
- cd sipp
- autoreconf -vifs
- ./configure --with-gsl --with-openssl --with-pcap --with-rtpstream --with-sctp
- make -j2
- ./build.sh
- export PATH="$PWD:$PATH"
- cd ..

script:
- python setup.py pytest
- pytest tests/

0 comments on commit 8528efb

Please sign in to comment.