Skip to content

Commit

Permalink
added a travis build spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
jrjohansson committed Feb 25, 2014
1 parent 7c56ba9 commit 1b42071
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
language: python
python:
- "2.7"
- "3.2"
- "3.3"

before_install:
- uname -a
- sudo apt-get update -qq
- sudo apt-get install -qq libatlas-dev libatlas-base-dev liblapack-dev gfortran

# command to install dependencies
install:
- "pip install -r requirements.txt"

# command to run tests
script: nosetests

0 comments on commit 1b42071

Please sign in to comment.