Skip to content

Commit

Permalink
Travis integration
Browse files Browse the repository at this point in the history
  • Loading branch information
astaric committed Jun 2, 2016
1 parent 1db0f86 commit d9191ca
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
@@ -0,0 +1,24 @@
language: python

sudo: false

python:
- "3.4"

cache:
apt: true
pip: true

addons:
apt:
packages:
- libblas-dev
- liblapack-dev
- gfortran

install:
# Update pip to be able to install wheel dependencies
- pip install -U pip wheel
- pip install -e .

script: python setup.py test

0 comments on commit d9191ca

Please sign in to comment.