# https://travis-ci.org/pytorch/pytorch | |
language: python | |
dist: trusty | |
git: | |
submodules: false | |
# This reportedly works around an issue downloading packages from pypi on | |
# travis. Consider removing this after the underlying issue is fixed. | |
# https://github.com/travis-ci/travis-ci/issues/2389 | |
sudo: false | |
matrix: | |
fast_finish: true | |
include: | |
env: LINT_CHECK | |
python: "2.7" | |
addons: true | |
install: pip install flake8 | |
script: flake8 |