Skip to content
Snippets Groups Projects
tox.ini 303 B
Newer Older
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist = 
    py27
    py34
Lee McCuller's avatar
Lee McCuller committed
[testenv]
setenv = 
    PYTHONPATH = ''
deps = 
    pytest
    pytest-xdist
    pytest-benchmark
    matplotlib
    pyyaml
Lee McCuller's avatar
Lee McCuller committed
    numpy
    scipy
commands=python -m gwinc.test
pip_pre=True