UNPKG
dash-table-experiments
Version:
latest (0.6.0)
0.6.0
0.6.0-rc1
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.0
0.2.3
0.2.2
0.2.0
0.1.0
0.0.3
Dash table experiments
github.com/plotly/dash-table-experiments
plotly/dash-table-experiments
dash-table-experiments
/
tox.ini
14 lines
(12 loc)
•
283 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[tox] envlist = py27 [testenv] deps = -rrequirements.txt
# Variables for chrome and selenium
# See https://bugs.launchpad.net/horizon/+bug/1684321
passenv = *
[testenv:py27]
basepython={env:TOX_PYTHON_27} commands = python --version python -m unittest test.test_integration