From 6bd84950d25c9528f843baba6f2b3ce60d99633e Mon Sep 17 00:00:00 2001 From: Brennen Bearnes Date: Fri, 21 Dec 2018 10:27:27 -0700 Subject: [PATCH] add requirements.txt install to .travis.yml ...see if this works. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 38238b2..58f60ff 100755 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ deploy: tags: true install: + - pip install -r requirements.txt - pip install --force-reinstall pylint==1.9.2 - pip install circuitpython-build-tools Sphinx sphinx-rtd-theme -- 2.49.0