summaryrefslogtreecommitdiff
path: root/tox.ini
blob: 0a954c48c50ba3ba2c0eebb6037fadc734c15a33 (plain)
1
2
3
4
5
6
7
8
[tox]
minversion = 2.4
envlist = py27, py35, py36, py37

[testenv]
deps = pytest
extras = pandas
commands = python setup.py test