mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
Disable Travis CI until redesign has progressed enough
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
#language: python
|
||||
#python:
|
||||
# - "3.5"
|
||||
#install:
|
||||
# - pip install pylint
|
||||
#script:
|
||||
# - ./developer_utilities/validate_config.py
|
||||
# - ./developer_utilities/pylint_buildkit.py --hide-fixme
|
||||
# - ./developer_utilities/pylint_devutils.py --hide-fixme developer_utilities/
|
||||
9
disabled.travis.yml
Normal file
9
disabled.travis.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.5"
|
||||
install:
|
||||
- pip install pylint
|
||||
script:
|
||||
- ./devutils/validate_config.py
|
||||
- ./devutils/pylint_buildkit.py --hide-fixme
|
||||
- ./devutils/pylint_devutils.py --hide-fixme developer_utilities/
|
||||
Reference in New Issue
Block a user