-
Jameson Graef Rollins authoredJameson Graef Rollins authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
tox.ini 303 B
# 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