We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced4bff commit 51f9503Copy full SHA for 51f9503
1 file changed
.travis.yml
@@ -39,6 +39,28 @@ jobs:
39
- <<: *test
40
python: "3.8"
41
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
50
51
+ - cd ./examples/yoti_example_django
52
53
+ - name: Flask
54
55
56
+ - cd ./examples/yoti_example_flask
57
58
+ - name: Doc Scan
59
60
61
+ - cd ./examples/doc_scan
62
63
+
64
- stage: Analyze
65
name: Sonarcloud
66
0 commit comments