refactor: make the path relative to the linting script (#264)
This commit is contained in:
parent
d9c53ca6b2
commit
7cc06460e9
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# These are the same steps we are running in Travis CI
|
# These are the same steps we are running in Travis CI
|
||||||
|
|
||||||
python tests/syntax_lint.py
|
python $(dirname "$0")/../tests/syntax_lint.py
|
||||||
flake8 --max-line-length=100 . && echo "PEP8 Passed"
|
flake8 --max-line-length=100 . && echo "PEP8 Passed"
|
||||||
|
Loading…
Reference in New Issue
Block a user