Tentative to fix travis build

This commit is contained in:
Guewen Baconnier
2018-01-11 10:41:26 +01:00
parent 5b37af2376
commit bfaca4628a
+4 -11
View File
@@ -1,10 +1,9 @@
sudo: false
language: python language: python
sudo: false
cache: pip
cache: python:
apt: true - "3.5"
directories:
- $HOME/.cache/pip
addons: addons:
apt: apt:
@@ -15,12 +14,6 @@ addons:
- python-serial - python-serial
- python-yaml - python-yaml
python:
- '2.7'
virtualenv:
system_site_packages: true
env: env:
matrix: matrix:
- LINT_CHECK="1" - LINT_CHECK="1"