From c6dc788b677ecc51e244cfa2c0fa2b41a79ccea2 Mon Sep 17 00:00:00 2001 From: Kattni Date: Sat, 16 Dec 2017 16:50:39 -0500 Subject: [PATCH] fixed install command line 25 removed `-travis` --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e3d698..788a7f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,7 +22,7 @@ deploy: tags: true install: - - pip install pylint circuitpython-travis-build-tools + - pip install pylint circuitpython-build-tools script: - pylint neopixel.py