Skip to content

Commit 227fc93

Browse files
author
Michel Samia
committed
tox: fix flakes command
1 parent 0170fdc commit 227fc93

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ notifications:
1818
1919
2020
irc: "irc.freenode.org#vcs"
21-

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ commands =
2020
[testenv:flakes]
2121
deps =
2222
pyflakes >= 0.6
23-
commands = python -m pyflakes
23+
commands = pyflakes ./vcs
2424

0 commit comments

Comments
 (0)