File tree 3 files changed +0
-64
lines changed
3 files changed +0
-64
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,3 @@ target/
59
59
.idea
60
60
MANIFEST
61
61
Version.py
62
-
63
-
64
- # Biicode
65
- bii
66
- bin
Original file line number Diff line number Diff line change 1
1
language : python
2
- sudo : required
3
2
python :
4
3
- " 2.7"
5
4
- " 3.2"
8
7
- " 3.5"
9
8
- " 3.5-dev" # 3.5 development branch
10
9
- " nightly" # currently points to 3.6-dev
11
- before_script :
12
- - wget https://raw.githubusercontent.com/smessmer/travis-utils/master/setup_biicode_project.sh
13
- && chmod +x setup_biicode_project.sh
14
- && ./setup_biicode_project.sh
15
- && rm setup_biicode_project.sh
16
10
script :
17
11
- cd src && python setup.py test
18
- after_success :
19
- - bii user ${BII_USERNAME} -p ${BII_PASSWORD}
20
- - bii publish
21
- # deploy:
22
- # provider: biicode
23
- # user: ${BII_USERNAME}
24
- # password:
25
- # secure: ${BII_PASSWORD}
26
- # on:
27
- # branch: develop
28
12
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments