Skip to content

Commit 1a68232

Browse files
committed
redo wercker
1 parent c792eb3 commit 1a68232

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

wercker.yml

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
box: wercker/python
22

33
build:
4-
- script:
5-
name: 'install'
6-
code: |
7-
sudo python setup.py install
8-
9-
- script:
10-
name: 'test'
11-
code: |
12-
make ci-test
4+
steps:
5+
- script:
6+
name: 'install'
7+
code: |
8+
sudo python setup.py install
9+
10+
- script:
11+
name: 'test'
12+
code: |
13+
make ci-test
1314
1415
1516

0 commit comments

Comments
 (0)