Skip to content
Snippets Groups Projects
Commit 46063915 authored by Kentaro Wada's avatar Kentaro Wada
Browse files

Update .travis.yml: add more tests

parent 74360f8d
No related branches found
No related tags found
No related merge requests found
...@@ -93,6 +93,8 @@ before_script: ...@@ -93,6 +93,8 @@ before_script:
script: script:
- pytest -v tests - pytest -v tests
- labelme --help
- (cd examples/single_image && rm -rf apc2016_obj3_json && labelme_json_to_dataset apc2016_obj3.json && python load_label_png.py && git checkout -- .)
- (cd examples/semantic_segmentation && rm -rf data_dataset_voc && ./labelme2voc.py labels.txt data_annotated data_dataset_voc && git checkout -- .) - (cd examples/semantic_segmentation && rm -rf data_dataset_voc && ./labelme2voc.py labels.txt data_annotated data_dataset_voc && git checkout -- .)
branches: branches:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment