mirror of
https://github.com/aljazceru/cowrie.git
synced 2025-12-18 22:44:29 +01:00
install libgmp-dev
This commit is contained in:
@@ -9,7 +9,7 @@ python:
|
|||||||
- "nightly" # currently points to 3.6-dev
|
- "nightly" # currently points to 3.6-dev
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get install -y libmpfr-dev
|
- sudo apt-get install -y libgmp-dev
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install: "pip install -r requirements.txt"
|
install: "pip install -r requirements.txt"
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user