libmpc no longer required

This commit is contained in:
Michel Oosterhof 2017-07-25 11:54:31 +04:00
parent 339c1d9df6
commit cbe7d59c2e
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ python:
- '3.6' - '3.6'
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y libmpc-dev
install: pip install -r requirements.txt install: pip install -r requirements.txt
script: PYTHONPATH=${TRAVIS_BUILD_DIR} trial cowrie script: PYTHONPATH=${TRAVIS_BUILD_DIR} trial cowrie
notifications: notifications: