mirror of
https://github.com/IlanCosman/tide.git
synced 2024-12-22 19:41:36 +03:00
Use python3 to run littlecheck
This commit is contained in:
parent
426b3b3ed6
commit
62286b8310
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
/littlecheck
|
||||
littlecheck.py
|
||||
|
9
Makefile
9
Makefile
@ -16,13 +16,12 @@ install:
|
||||
@type -q fisher || begin; curl -sL https://git.io/fisher | source && fisher install jorgebucaran/fisher; end
|
||||
@fisher install . >/dev/null
|
||||
|
||||
littlecheck:
|
||||
@curl -sL https://raw.githubusercontent.com/ridiculousfish/littlecheck/HEAD/littlecheck/littlecheck.py -o littlecheck
|
||||
@chmod +x littlecheck
|
||||
littlecheck.py:
|
||||
@curl -sL https://raw.githubusercontent.com/ridiculousfish/littlecheck/HEAD/littlecheck/littlecheck.py -o littlecheck.py
|
||||
|
||||
.PHONY: test
|
||||
test: install littlecheck
|
||||
test: install littlecheck.py
|
||||
@type -q mock || fisher install IlanCosman/clownfish
|
||||
@fish tests/test_setup.fish
|
||||
@_tide_remove_unusable_items
|
||||
@_tide_cache_variables; ./littlecheck --progress tests/*.test.fish
|
||||
@_tide_cache_variables; python3 littlecheck.py --progress tests/*.test.fish
|
||||
|
Loading…
Reference in New Issue
Block a user