Skip to content

Commit

Permalink
automated testing with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dokato committed Sep 14, 2015
1 parent 6851c4f commit 89244c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
virtualenv:
system_site_packages: true
before_install:
- sudo apt-get install build-essential python-dev python-numpy python-setuptools python-scipy
python-matplotlib
install: "pip install -r requirements.txt"
script: nosetests

0 comments on commit 89244c8

Please sign in to comment.