Skip to content

Commit

Permalink
ENH: update Travis to the new platform
Browse files Browse the repository at this point in the history
  • Loading branch information
David Menéndez Hurtado committed Sep 18, 2015
1 parent 963329f commit bdf07fa
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,32 @@
sudo: false

language: python

addons:
apt:
packages:
- libeigen3-dev

python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4

before_install:
- uname -a
- free -m
- df -h
- ulimit -a
- pip install -U pip wheel setuptools
- pip install numpy cython nose
- python -V

install:
- sudo apt-get install -qq libeigen3-dev
- pip install Cython numpy --use-mirrors
- cython --version
- pip install .

script:
- pip install .
- cd $HOME
- mkdir empty
- cd empty
- BENCHMARK=1 nosetests ceygen
Expand Down

0 comments on commit bdf07fa

Please sign in to comment.