removed php & python tests

This commit is contained in:
André Bauer 2016-11-30 15:36:28 +01:00
parent e18079fce7
commit 5238a6b5b6

View file

@ -14,14 +14,12 @@ engines:
languages: languages:
- ruby - ruby
- javascript - javascript
- python
- php
eslint: eslint:
enabled: true enabled: true
fixme: fixme:
enabled: true enabled: true
phpmd: phpmd:
enabled: true enabled: false
rubocop: rubocop:
enabled: true enabled: true
ratings: ratings:
@ -38,8 +36,6 @@ ratings:
- "**.js" - "**.js"
- "**.jsx" - "**.jsx"
- "**.module" - "**.module"
- "**.php"
- "**.py"
exclude_paths: exclude_paths:
- config/ - config/
- db/ - db/