From 9c70540fee7e32f155524a6524ffc39a2b17406c Mon Sep 17 00:00:00 2001 From: pbrod Date: Thu, 26 May 2016 20:53:00 +0200 Subject: [PATCH] removed tox.ini --- requirements.txt | 1 + tox.ini | 31 ------------------------------- 2 files changed, 1 insertion(+), 31 deletions(-) delete mode 100644 tox.ini diff --git a/requirements.txt b/requirements.txt index e8114e1..211bb78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,5 @@ numpy>=1.4 numdifftools>=0.2 scipy>=0.9 matplotlib +mpmath diff --git a/tox.ini b/tox.ini deleted file mode 100644 index be70a9b..0000000 --- a/tox.ini +++ /dev/null @@ -1,31 +0,0 @@ -# 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] -minversion = 1.8 -envlist = py27 -skip_missing_interpreters = True - - -[testenv] -changedir = -r{toxinidir}/wafo - -commands = - 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] - -# Options for pytest -[pytest] -addopts = -rsxXf