mirror of https://github.com/tqdm/tqdm.git
CI: pandas-compatible py34
- https://github.com/pandas-dev/pandas/issues/20697 - https://github.com/pandas-dev/pandas/issues/20723 - https://github.com/pandas-dev/pandas/issues/20764 - https://github.com/pandas-dev/pandas/pull/20698 - https://github.com/pypa/pip/issues/5228 - https://github.com/pypa/pip/issues/5230 - https://github.com/pypa/pipenv/issues/2027
This commit is contained in:
parent
b16a4f3686
commit
162a1ac66f
8
tox.ini
8
tox.ini
|
@ -58,6 +58,14 @@ commands = {[extra]commands}
|
||||||
deps = {[extra]deps}
|
deps = {[extra]deps}
|
||||||
commands = {[extra]commands}
|
commands = {[extra]commands}
|
||||||
|
|
||||||
|
[testenv:py34]
|
||||||
|
# py34-compatible pandas
|
||||||
|
deps =
|
||||||
|
{[extra]deps}
|
||||||
|
cython
|
||||||
|
numpy
|
||||||
|
pandas<0.21
|
||||||
|
|
||||||
[testenv:py37]
|
[testenv:py37]
|
||||||
deps = {[extra]deps}
|
deps = {[extra]deps}
|
||||||
commands = {[extra]commands}
|
commands = {[extra]commands}
|
||||||
|
|
Loading…
Reference in New Issue