Skip to content

Commit a309e20

Browse files
authored
Merge pull request python-cas#30 from jdufresne/skip-install
Use skip_install=true for lint or static tox targets
2 parents 24f8533 + 7931dcd commit a309e20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ commands=py.test --tb native {posargs:tests}
1919
[testenv:flake8]
2020
deps=flake8
2121
commands=flake8 {toxinidir}/cas.py
22+
skip_install = true

0 commit comments

Comments
 (0)