aboutsummaryrefslogtreecommitdiff
blob: 23923459e86428f5f3ac057e98d1f6b882376c35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[tox]
envlist = py36,py37
skipsdist = true


[testenv]
deps = pipenv==2018.11.14
passenv = HOME
commands = 
    pipenv sync -d
    pipenv run pytest
Powered by cgit v1.2.3 (git 2.41.0)