Skip to content

Commit b09985b

Browse files
committed
Testing travis conf for geneontology#13492
1 parent abebcb9 commit b09985b

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ jdk:
55
- oraclejdk8
66

77
before_script:
8+
- python --version
9+
- (cd src/design_patterns && make test)
810
- mkdir -p bin
911
- export PATH=$PATH:$PWD/bin
1012
- wget http://build.berkeleybop.org/userContent/owltools/owltools -O bin/owltools

src/design_patterns/Makefile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
install:
2+
pip install -r requirements.txt
3+
4+
DOSDP_schema_full.yaml:
5+
wget --no-check-certificate https://raw.githubusercontent.com/dosumis/dead_simple_owl_design_patterns/master/spec/$@ -O $@
6+
7+
test: install DOSDP_schema_full.yaml
8+
python src/test_patterns.py validated_patterns/

0 commit comments

Comments
 (0)