Skip to content

Commit

Permalink
This doesnt work
Browse files Browse the repository at this point in the history
  • Loading branch information
lidakanari committed Mar 20, 2019
1 parent 7d4f427 commit 010e53c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ skip_install = true

[testenv:pycodestyle]
deps = pycodestyle
commands = pycodestyle {[base]name} --exclude tests
commands = true | pycodestyle {[base]name} --exclude tests

[testenv:pylint]
deps = pylint
commands = pylint {[base]name}
commands = true | pylint {[base]name}

[testenv:py27]
deps = {[base]testdeps}
commands = nosetests
commands = true | nosetests

[testenv:py35]
deps = {[base]testdeps}
Expand Down

0 comments on commit 010e53c

Please sign in to comment.