blob: 792b7bf9e6c4965b5e114473e53e07ca0c63251b [file] [log] [blame]
Michele Di Giorgio56d75eb2016-03-31 10:06:40 +01001language: python
2python:
3 - "2.7"
4before_install:
5 - sudo apt-get update -qq
6 - sudo apt-get install -qq libfreetype6-dev
7 - sudo apt-get install -qq libpng12-dev
8 - wget http://ftp.us.debian.org/debian/pool/main/t/trace-cmd/trace-cmd_2.4.0-1_amd64.deb
9 - sudo dpkg -i trace-cmd_2.4.0-1_amd64.deb
10install:
11 - pip install matplotlib
Brendan Jackmanae154802016-10-19 18:41:57 +010012 - pip install Cython --install-option="--no-cython-compile"
Michele Di Giorgio56d75eb2016-03-31 10:06:40 +010013 - pip install pandas
14 - pip install ipython[all]
15 - pip install --upgrade trappy
16script: nosetests
17virtualenv:
18 system_site_packages: true
19notifications:
20 email:
21 recipients:
22 - javi.merino@arm.com
23 on_success: never
24 on_failure: always
25cache:
26 - pip