diff --git a/.travis.yml b/.travis.yml index bf5a442..3b9122d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,9 @@ -sudo: false language: python +sudo: false +cache: pip -cache: - apt: true - directories: - - $HOME/.cache/pip +python: + - "3.5" addons: apt: @@ -15,12 +14,6 @@ addons: - python-serial - python-yaml -python: - - '2.7' - -virtualenv: - system_site_packages: true - env: matrix: - LINT_CHECK="1"