Skip to content

Commit 3b83764

Browse files
committed
Added gitlab-ci configuration
Signed-off-by: Guyzmo <[email protected]>
1 parent 1adf250 commit 3b83764

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
test:
2+
script:
3+
- apt-get update -qy
4+
- apt-get install -y python-dev python-pip
5+
- pip install zc.buildout
6+
- bin/py.test

0 commit comments

Comments
 (0)