Skip to content

Commit 18e1ec6

Browse files
committed
Remove biicode
1 parent de83dd2 commit 18e1ec6

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

.gitignore

-5
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,3 @@ target/
5959
.idea
6060
MANIFEST
6161
Version.py
62-
63-
64-
# Biicode
65-
bii
66-
bin

.travis.yml

-16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: python
2-
sudo: required
32
python:
43
- "2.7"
54
- "3.2"
@@ -8,21 +7,6 @@ python:
87
- "3.5"
98
- "3.5-dev" # 3.5 development branch
109
- "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
1610
script:
1711
- 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
2812

biicode.conf

-43
This file was deleted.

0 commit comments

Comments
 (0)