Skip to content

Commit

Permalink
Fix flake8 junit report generation (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheloizaguirre authored Mar 4, 2019
1 parent b7db09d commit 5982e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ deps =
flake8-import-order>=0.9
flake8-junit-report
commands =
flake8 src/niveristand/ tests/ examples/ setup.py --exclude tests/legacy --output-file {envlogdir}/{envname}.txt --tee
junit_conversor {envlogdir}/{envname}.txt {envlogdir}/junit-{envname}.xml
- flake8 src/niveristand/ tests/ examples/ setup.py --exclude tests/legacy --output-file {envlogdir}/{envname}.txt --tee
flake8_junit {envlogdir}/{envname}.txt {envlogdir}/junit-{envname}.xml

[pytest]
norecursedirs = .git examples docs dist tests/legacy
Expand Down

0 comments on commit 5982e34

Please sign in to comment.