File tree 5 files changed +403
-3
lines changed
5 files changed +403
-3
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,11 @@ python:
14
14
install :
15
15
- pip install -U pip
16
16
- pip install -r requirements.txt
17
+ - pip install -r requirements-ci.txt
17
18
18
- # before_script:
19
- # - "if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then flake8 --config=config/flake8rc asm_collect .py asmtest tests; fi "
20
- # - "if [[ $TRAVIS_PYTHON_VERSION != 2.6 ]]; then pylint --rcfile=config/pylintrc asm_collect .py asmtest tests; fi "
19
+ before_script :
20
+ - " flake8 --config=config/flake8rc * .py commands index_transform gadgets/standard_revisions_tests/*.py tests "
21
+ - " pylint --rcfile=config/pylintrc * .py commands index_transform gadgets/standard_revisions_tests/*.py tests "
21
22
22
23
script :
23
24
- " python -m unittest discover"
Original file line number Diff line number Diff line change
1
+ [flake8]
2
+
3
+ show-source = yes
4
+ statistics = yes
5
+ count = yes
6
+ max-line-length = 80
You can’t perform that action at this time.
0 commit comments