Skip to content

Commit

Permalink
Add pep8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
devcurmudgeon committed Mar 13, 2016
1 parent d2da5b8 commit 6c56563
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ cache:
path: "$BASE"

stages:
- pep8
- installation
- cache_keys
- build
- test
- deploy

check_pep8:
stage: pep8
script: "pep8"

check_installation:
stage: installation
script: "python setup.py install ; ./ybd.py"
Expand Down
7 changes: 1 addition & 6 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
apt-get update
apt-get install build-essential python-dev gawk git m4
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install fs pyyaml requests jsonschema bottle cherrypy riemann-client
pip install sandboxlib
pip install fs pep8

cd ..

Expand Down

0 comments on commit 6c56563

Please sign in to comment.