You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
619 B
INI

# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.
[tox]
9 years ago
minversion = 1.8
envlist = py27
skip_missing_interpreters = True
[testenv]
9 years ago
changedir = -r{toxinidir}/wafo
commands =
9 years ago
py.test {posargs}
deps =
pytest
-r{toxinidir}/requirements.txt
[testenv:flake8]
changedir = {toxinidir}
deps = flake8
commands = flake8 setup.py wafo tests
# Options for flake8
#[flake8]
9 years ago
# Options for pytest
[pytest]
addopts = -rsxXf