Skip to content

Commit

Permalink
qa-stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
frosty00 committed Mar 10, 2022
1 parent ce08899 commit f6b9f2c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ test_script:
cache:
- '%APPDATA%\npm-cache'
- '%LOCALAPPDATA%\pip\Cache'
- C:\ProgramData\chocolatey\bin
- C:\ProgramData\chocolatey\lib
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
- C:\tools\php81
- .cache
after_build:
Expand Down
2 changes: 1 addition & 1 deletion fastflake.sh → python/fastflake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# saves time over the other running flake8 on all the files

files=$(git diff --name-only origin/master | sed -n '/py$/p' | xargs)
files=$(git diff --name-only --relative origin/master | sed -n '/py$/p' | xargs)
command="flake8 --ignore=F722,F841,F821,W504,E402,E501"
execute="${command} ${files}"
printf "\n${execute}\n\n"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion python/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ commands =
python test/test.py

[testenv:qa]
changedir = {toxinidir}/..
changedir = {toxinidir}
commands = python qa.py
deps = .[qa]

Expand Down

0 comments on commit f6b9f2c

Please sign in to comment.