Skip to content

Commit 4d27762

Browse files
authored
Update .travis.yml
1 parent 4d4b4d5 commit 4d27762

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.travis.yml

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
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

0 commit comments

Comments
 (0)