We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1adf250 commit 3b83764Copy full SHA for 3b83764
.gitlab-ci.yml
@@ -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