https://github.com/nigma/pywt
Raw File
Tip revision: 035e1fa14c2cd70ca270da20b1523e834a7ae635 authored by Filip Wasilewski on 29 July 2015, 18:25:19 UTC
Update readme to indicate https://github.com/PyWavelets as the new project home
Tip revision: 035e1fa
.travis.yml
language: python

python:
  - 2.6
  - 2.7

branches:
  only:
    - develop
    - master

before_install:
  - pip install -q --use-mirrors Cython numpy

install:
  - pip install .

script: 
  - python setup.py test
back to top