mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-14 03:13:03 +00:00
backing up sublime settings
This commit is contained in:
11
Packages/SublimeLinter/linter-plugin-template/.travis.yml
Normal file
11
Packages/SublimeLinter/linter-plugin-template/.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.3"
|
||||
# command to install dependencies
|
||||
install:
|
||||
- pip install flake8
|
||||
- pip install pep257
|
||||
# command to run tests
|
||||
script:
|
||||
- flake8 *.py --max-line-length=120
|
||||
- pep257 *.py
|
||||
Reference in New Issue
Block a user