mirror of
https://github.com/kennethreitz/tablib.git
synced 2026-06-05 15:00:19 +00:00
9 lines
129 B
INI
9 lines
129 B
INI
[tox]
|
|
minversion = 2.4
|
|
envlist = py27, py35, py36, py37
|
|
|
|
[testenv]
|
|
deps = pytest
|
|
extras = pandas
|
|
commands = python setup.py test
|