Skip to content

Commit 51f9503

Browse files
committed
SDK-1619: Add example checking to Travis
1 parent ced4bff commit 51f9503

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.travis.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,28 @@ jobs:
3939
- <<: *test
4040
python: "3.8"
4141

42+
- stage: Check Examples
43+
name: AML
44+
python: "3.8"
45+
script:
46+
- cd ./examples/aml
47+
- pip install -r requirements.txt
48+
- name: Django
49+
python: "3.8"
50+
script:
51+
- cd ./examples/yoti_example_django
52+
- pip install -r requirements.txt
53+
- name: Flask
54+
python: "3.8"
55+
script:
56+
- cd ./examples/yoti_example_flask
57+
- pip install -r requirements.txt
58+
- name: Doc Scan
59+
python: "3.8"
60+
script:
61+
- cd ./examples/doc_scan
62+
- pip install -r requirements.txt
63+
4264
- stage: Analyze
4365
name: Sonarcloud
4466
python: "3.8"

0 commit comments

Comments
 (0)