diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-23 13:16:07 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-23 13:16:07 -0500 |
commit | 42e73c916104979ddb89f93f793c4512dec03a2c (patch) | |
tree | f0815cc3572bd9d65b8b770e508971d6f5777c81 | |
parent | 14253dc6dae3a4a043bd6533111fa81f2d8a6a83 (diff) | |
download | libresocial-42e73c916104979ddb89f93f793c4512dec03a2c.tar.lz libresocial-42e73c916104979ddb89f93f793c4512dec03a2c.tar.xz libresocial-42e73c916104979ddb89f93f793c4512dec03a2c.zip |
python 3 usage to test
-rw-r--r-- | .build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,4 +12,4 @@ tasks: json validate --schema-file=lab/metadata.json --document-file=lab/metadata.json - test-css: | cd libresocial - python test/w3c-validator.py dist/css/libresocial.css + python3 test/w3c-validator.py dist/css/libresocial.css |