File tree Expand file tree Collapse file tree 2 files changed +32
-81
lines changed Expand file tree Collapse file tree 2 files changed +32
-81
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ dist : trusty
2
+ sudo : false
3
+ language : python
4
+ python :
5
+ - ' 3.6'
6
+ cache :
7
+ pip : true
8
+ deploy :
9
+ - provider : releases
10
+ api_key : " $GITHUB_TOKEN"
11
+ file_glob : true
12
+ file : " $TRAVIS_BUILD_DIR/bundles/*"
13
+ skip_cleanup : true
14
+ overwrite : true
15
+ on :
16
+ tags : true
17
+ - provider : pypi
18
+ user : adafruit-travis
19
+ on :
20
+ tags : true
21
+ password :
22
+ secure : c8pmry40i83I1bhC6FqDztcB6YUgzOR6tVUwkEczcrOKD6Vu3bKrk1tDIBqiybuOB4Zi76AYn0NGfphqjAyfu0DL+4Sy28f/l8UyWsA61JbftqHA/HAguI872ggPltOf8Qxz7/T4oCpt2hAO3PTvESltlS0tLjWnoSdgs6zz/TSSe5tH97Tm5TfZ4NBVAbcUapqNbWNojZWevH7H/X4BZNoUwdjEOfMdMyJpRm4wjRxLA3okFkC3yPD5z/8TZoOOVicL4cvEIDmLPixd7PmN0Yn4KOWyWjTyVJTD4lcQxYgl+zj8N99eDbosyuBltaU/wzFcz4vuDgVIlS+pBp7TxA9WeE5vt0XwEr0CHx97+0vCO0RzZ3zY3KXUvo9TyIFCMJIOxftpGtTw0ZmnUi3Y2PsJChnQGmLIYGa5KR4e1R3jRlc12xH3+4KzXOfUgRImUfLQIHxuOswiZpT70cbmJSQe+kRhyGvsDr8KsCtbcD7ukACvpEu1QAcNrjkOsESKDcH6vmdJxNDaYR5vqSdQXiSrWBlwqrC662XuXfgqfRkJ/Y/7vWd5m+KFlzfvZV/sMDiqf2T8R6KhNnVa85kXB3Sl5w2vlMSSBXr6xJ4Qp9jlqjcdAuzw6rDm/09J1MDwUGt8ltkGHmP8t6Xjg4tNERCSzGYLLhOc9rT4jAAnhsY=
23
+ install :
24
+ - pip install -r requirements.txt
25
+ - pip install pylint circuitpython-build-tools Sphinx sphinx-rtd-theme
26
+ - pip install --force-reinstall pylint==1.9.2
27
+ script :
28
+ - pylint neopixel.py
29
+ - ([[ ! -d "examples" ]] || pylint --disable=missing-docstring,invalid-name examples/*.py)
30
+ - circuitpython-build-bundles --filename_prefix adafruit-circuitpython-neopixel --library_location
31
+ .
32
+ - cd docs && sphinx-build -E -W -b html . _build/html && cd ..
You can’t perform that action at this time.
0 commit comments