# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = 
    py27
    py34
    py35
    py36
    py37

[testenv]
setenv = 
    PYTHONPATH = ''
deps = 
    pytest
    pytest-xdist
    pytest-benchmark
    matplotlib
    pyyaml
    numpy
    scipy
commands=python -m gwinc.test
pip_pre=True