diff options
-rw-r--r-- | requirements.txt | 2 | ||||
-rw-r--r-- | tox.ini | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 2c5de4c..4278b1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ lockfile==0.12.2 lxml==3.8.0 matplotlib==2.0.2 mpmath==0.19 -mypy==0.521; python_version >= '3.0' +mypy==0.521; python_version >= '3.2' numpy==1.13.1 pandas==0.20.3 parsec==3.3 @@ -1,3 +1,6 @@ +[tox] +envlist = py3 + [testenv] changedir=test deps= |