get package for library.

This commit is contained in:
Michel Oosterhof
2016-08-16 11:44:08 +00:00
parent e2418366c9
commit 7849fb9768

View File

@ -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