aboutsummaryrefslogtreecommitdiffstats
path: root/python/tox.ini
blob: d4fc1d9d523c0fbe876fcf1fa4eafd9eff4098d9 (plain)
1
2
3
4
5
6
7
8
[tox]
envlist = py35

[testenv]
deps = pipenv
commands = 
    pipenv install --dev
    pipenv run pytest