Skip to content

Commit

Permalink
Update to Travis-CI testing
Browse files Browse the repository at this point in the history
  • Loading branch information
pnuu committed May 24, 2015
1 parent e5915b0 commit fdc8dfd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
language: python
python:
- '2.6'
- '2.7'
- '3.2'
- '3.3'
- '3.4'
before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-numpy python-matplotlib python-pythonmagick
- sudo apt-get install --qq python3-matplotlib python3-numpy
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then sudo apt-get install python-numpy python-matplotlib python-pythonmagick; fi
- if [[ $TRAVIS_PYTHON_VERSION == "3.2" ]]; then sudo apt-get install python3-matplotlib python3-numpy; fi
virtualenv:
system_site_packages: true
install:
- pip install .
- python setup.py install
script: nosetests
cache: apt

0 comments on commit fdc8dfd

Please sign in to comment.