From 444e463111d41dd38a366255e3e10d720aa5cd31 Mon Sep 17 00:00:00 2001 From: caternuson Date: Mon, 9 Dec 2019 11:18:20 -0800 Subject: [PATCH] change install order --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7aa1ca9..45011f6 100755 --- a/.travis.yml +++ b/.travis.yml @@ -16,10 +16,10 @@ deploy: tags: true install: + - sudo apt-get install libusb-1.0 - pip install -r requirements.txt - pip install --force-reinstall pylint==1.9.2 - pip install circuitpython-build-tools Sphinx sphinx-rtd-theme - - sudo apt-get install libusb-1.0 script: - pylint src/**/*.py -- 2.49.0