mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Enforce basic pep8 checking
This commit is contained in:
parent
37b5c6c3d0
commit
fdd65bfb21
1 changed files with 9 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
@ -1,4 +1,10 @@
|
||||||
language: cpp
|
language:
|
||||||
|
- cpp
|
||||||
|
- python
|
||||||
|
|
||||||
|
python:
|
||||||
|
- 3.5
|
||||||
|
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
@ -10,6 +16,8 @@ notifications:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- docker build -t calamares .
|
- docker build -t calamares .
|
||||||
|
- pip install pep8
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run -v $PWD:/build calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2"
|
- docker run -v $PWD:/build calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON . && make -j2"
|
||||||
|
- pep8 $PWD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue