File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,30 @@ python:
8
8
- " pypy"
9
9
- " pypy3"
10
10
install : " pip install -r requirements/core.txt;pip install -r requirements/test.txt"
11
- addons :
12
- srcclr : true
13
11
script : " nosetests --with-coverage --cover-package=optimizely"
14
12
after_success :
15
13
- coveralls
16
14
17
15
# Linting and Integration tests need to run first to reset the PR build status to pending.
18
16
stages :
17
+ - ' Lint markdown files'
19
18
- ' Linting'
20
19
- ' Integration tests'
21
20
- ' Benchmarking tests'
22
21
- ' Test'
23
22
24
23
jobs :
25
24
include :
25
+ - stage : ' Lint markdown files'
26
+ language : ruby
27
+ rvm : 2.4.1
28
+ os : linux
29
+ install : gem install awesome_bot
30
+ script :
31
+ - find . -type f -name '*.md' -exec awesome_bot {} \;
32
+ notifications :
33
+ email : false
34
+
26
35
- stage : ' Linting'
27
36
language : python
28
37
python : " 2.7"
47
56
stage : ' Benchmarking tests'
48
57
env : SDK=python FULLSTACK_TEST_REPO=Benchmarking SDK_BRANCH=$TRAVIS_PULL_REQUEST_BRANCH
49
58
- stage : ' Test'
59
+ addons :
60
+ srcclr : true
50
61
dist : xenial
51
62
python : " 3.7"
You can’t perform that action at this time.
0 commit comments