Skip to content

Commit

Permalink
TST: add travis config file
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyf committed Apr 11, 2016
1 parent 4b3d1c3 commit 74f1a8c
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
sudo: false

language: python
python:
- "2.7_with_system_site_packages"

addons:
apt:
packages:
- gfortran
- libatlas-dev
- libatlas-base-dev
- liblapack-dev
- libgmp-dev
- libmpfr-dev
- python-numpy

before_install:
- travis_wait 30 pip install scipy
- pip install matplotlib
- pip install nose

install:
- pip install .

script: ./run_tests.py

notifications:
email: false

0 comments on commit 74f1a8c

Please sign in to comment.