File tree Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Expand file tree Collapse file tree 1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change 1- language : python
2- python :
3- - " 3.6"
4- script :
5- - pytest
6- install :
7- - pip install -r requirements.txt
8- after_success :
9- - bash <(curl -s https://blackducksoftware.github.io/hub-detect/hub-detect.sh) --blackduck.hub.url="https://hubeval32.blackducksoftware.com" --blackduck.hub.username="ntu" --blackduck.hub.password="ntu@2018" --blackduck.hub.trust.cert=true --detect.policy.check=true
1+
2+ language : python
3+ python :
4+ - " 2.7"
5+
6+ # command to install dependencies
7+ install :
8+ - pip install -r requirements.txt
9+
10+ script :
11+ - pytest
12+
13+ after_success :
14+ - bash <(curl -s https://blackducksoftware.github.io/hub-detect/hub-detect.sh) --blackduck.hub.url="https://hubeval32.blackducksoftware.com" --blackduck.hub.username="ntu" --blackduck.hub.password="ntu@2018" --blackduck.hub.trust.cert=true --detect.policy.check=true
You can’t perform that action at this time.
0 commit comments