mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
remove test
This commit is contained in:
4
hooks.sh
4
hooks.sh
@@ -13,12 +13,12 @@ function isort_all () {
|
||||
|
||||
function validate_examples () {
|
||||
python3 .tests/validate_examples.py
|
||||
if [[! $? == 0]]; then
|
||||
if [[ ! $? == 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
||||
# make_badge
|
||||
# isort_all
|
||||
validate_examples
|
||||
|
||||
exit 0
|
@@ -1,5 +1,4 @@
|
||||
---
|
||||
fake_key: true
|
||||
# debug: false
|
||||
# google_analytics: ''
|
||||
# org_name: The Company
|
||||
|
Reference in New Issue
Block a user