Merge branch 'master' into tox-skip-missing-interpreters
All checks were successful
the build was successful

This commit is contained in:
Dan Helfman 2019-05-14 12:18:30 -07:00
commit 06261d8c86
3 changed files with 8 additions and 3 deletions

View file

@ -9,8 +9,7 @@ usedevelop = True
deps = -rtest_requirements.txt
whitelist_externals = sh
install_command =
# temporary work around for https://github.com/pypa/pip/issues/6434
python -m pip install --no-use-pep517 {opts} {packages}
sh scripts/pip {opts} {packages}
commands =
pytest
py36,py37: black --check .