Testing

Continous integration with Travis-CI

The project is using Travis-CI service for continous integration and testing.

Current build status is:

Build Status

If you are submitting a patch or pull request please make sure it does not break the build.

Running tests locally

Simply:

python setup.py test

Running tests with Tox

There’s also a config file for running tests with Tox (pip install tox):

tox

It is not however very convenient at the moment because Tox recreates the test environment (which is a good thing) and builds numpy from source on every run (which takes a lot of time).

Table Of Contents

Previous topic

Building and installing PyWavelets

Next topic

Resources

Python Development

Django web development for startups and businesses.

Quality Python development and scientific applications.

Quick links

Edit this document

The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.