Skip to content

Commit 85b65ea

Browse files
committed
✅ 🎨 add .sh for ci
1 parent 77d8601 commit 85b65ea

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
sudo: false
22
language: python
33
python:
4-
- "3.6"
5-
- "3.7"
6-
- "3.8"
4+
- "3.6"
5+
- "3.7"
6+
- "3.8"
77

88
before_install:
9-
- sudo apt-get update
9+
- sudo apt-get update
1010

1111
script:
12-
- python setup.py check
13-
- python setup.py install
12+
- echo 'building test'
13+
- ./test.sh

test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
python setup.py check
2+
python setup.py bdist_wheel
3+
python setup.py install

0 commit comments

Comments
 (0)