mirror of
https://github.com/cowrie/cowrie.git
synced 2025-07-01 18:07:27 -04:00
get package for library.
This commit is contained in:
@ -7,6 +7,9 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.5-dev" # 3.5 development branch
|
- "3.5-dev" # 3.5 development branch
|
||||||
- "nightly" # currently points to 3.6-dev
|
- "nightly" # currently points to 3.6-dev
|
||||||
|
before_install:
|
||||||
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y libmpfr-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