diff --git a/.travis.yml b/.travis.yml index 627f909f..10bd5ea7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,10 +8,10 @@ matrix: - node_js: 12 - node_js: 10 - node_js: 8 - - python: 2.7 - language: python - before_script: pip install flake8 - script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics + # - python: 2.7 + # language: python + # before_script: pip install flake8 + # script: flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics - python: 3.7 language: python dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069) @@ -29,4 +29,4 @@ script: # - istanbul cover grunt --report lcovonly && istanbul report text && ( cat coverage/lcov.info | $(npm get prefix)/bin/coveralls || true ) && rm -rf coverage # - nyc --check-coverage --reporter=text --reporter=lcovonly --reporter=html grunt # - nyc grunt && rm -rf coverage .nyc_output - - nyc grunt && nyc report --reporter=text-lcov | coveralls && rm -rf coverage .nyc_output \ No newline at end of file + - nyc grunt && nyc report --reporter=text-lcov | coverallss