forked from great-expectations/great_expectations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
42 lines (40 loc) · 853 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[tox]
envlist = {py27,py36}-pandas0220,{py27,py36,py37}-pandas{0234,0242,latest}
[testenv]
passenv = JAVA_HOME
deps =
pandas0220: pandas==0.22.0
pandas0234: pandas==0.23.4
pandas0242: pandas==0.24.2
pandaslatest: pandas
numpy>=1.14.1
scipy>=0.19.0
python-dateutil>=2.4.2
pytz>=2015.6
six>=1.12.0
jsonschema>=2.5.1
altair>=3.1.0
backports.functools_lru_cache>=1.5
ruamel.yaml>=0.15.24
ipywidgets>=7.4.2
requests>=2.20
Click>=7.0
pyfiglet>=0.8
termcolor>=1.1.0
tzlocal>=1.2
sqlalchemy>=1.2
xlrd>=1.1.0
pyarrow>=0.12.0
pytest>=4.1.1
psycopg2>=2.7.6,<2.8
pyspark>=2.3.2
mysqlclient>=1.4.0
xlrd>=1.1.0
pyarrow>=0.12.0
pypandoc>=1.4
pytest>=4.1.1
mock>=3.0.5
pytest-cov>=2.6.1
coveralls>=1.3
commands =
pytest {posargs}