Disable Travis CI until redesign has progressed enough

This commit is contained in:
Eloston
2018-06-04 08:34:42 +00:00
parent 3162b8c3c4
commit 2a39d4c7d9
2 changed files with 9 additions and 9 deletions

View File

@@ -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
View 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/