cookiecutter-django/tox.ini
Wan Liuyang 9cb7e50b8e Convert old-styled string formatting to f-string (#1528)
* Convert old-styled string formatting to f-string

* Update flake8 explicit version to 3.5.0

* Make tox.ini in sync with requirements.txt

* Fix annoying flake8 F405
2018-03-06 19:56:27 +03:00

8 lines
111 B
INI

[tox]
skipsdist = true
envlist = py36
[testenv]
deps = -rrequirements.txt
commands = pytest {posargs:./tests}