Skip to content

Commit 60153b9

Browse files
committed
Run newer version of lint test
1 parent 70a52ec commit 60153b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ clean-pyc:
2323
find . -name '__pycache__' -exec rm -rf {} +
2424

2525
lint:
26-
tox -epy3{6,5}-lint
26+
tox -epy38-lint
2727

2828
test:
2929
py.test --tb native tests

0 commit comments

Comments
 (0)