Skip to content

Commit 35addda

Browse files
committed
Add tox.ini file to run lint in isolated environment.
Test with: % pip install tox % tox -e py27-lint
1 parent a89ca87 commit 35addda

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[tox]
2+
envlist = py27-lint
3+
skipsdist = True
4+
5+
[testenv:py27-lint]
6+
commands = flake8 schema_salad
7+
whitelist_externals = flake8
8+
deps = flake8

0 commit comments

Comments
 (0)