Skip to content
This repository was archived by the owner on Sep 20, 2023. It is now read-only.

File tree

tox.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,20 @@ commands =
1717
passenv =
1818
JAVA_HOME
1919
AWS_*
20+
21+
[testenv:py34]
22+
deps =
23+
futures
24+
SQLAlchemy>=1.0.0, <2.0.0
25+
pandas>=0.19.0, <0.21
26+
pytest>=3.5
27+
pytest-cov
28+
pytest-flake8>=1.0.1
29+
pytest-black
30+
pytest-isort
31+
commands =
32+
python {toxinidir}/setup.py driver_download
33+
pytest --cov pyathenajdbc --cov-report html --cov-report term --flake8 --black --isort
34+
passenv =
35+
JAVA_HOME
36+
AWS_*

0 commit comments

Comments
 (0)