]> Repositories - hackapet/Adafruit_Blinka.git/blobdiff - .travis.yml
Merge pull request #46 from pdp7/master
[hackapet/Adafruit_Blinka.git] / .travis.yml
index 98cdc4d68fe9ab599ad7b0860d4cf27e0197fb22..38238b2a577543442abc9e97b68977ca0ff9d485 100755 (executable)
@@ -16,10 +16,10 @@ deploy:
       tags: true
 
 install:
-  - pip install -r requirements.txt
-  - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
+  - pip install --force-reinstall pylint==1.9.2
+  - pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
 
 script:
   - pylint src/**/*.py
   - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name,bad-whitespace examples/*.py)
-  - cd docs && sphinx-build -E -W -b html . _build/html
+  - cd docs && sphinx-build -E -W -b html . _build/html && cd ..