File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ python:
11
11
cache :
12
12
pip : true
13
13
14
- # TODO: if deployment to PyPi is desired, change 'DEPLOY_PYPI' to "true",
15
- # or remove the env block entirely and remove the condition in the
16
- # deploy block.
17
14
env :
18
15
- DEPLOY_PYPI="false"
19
16
@@ -31,7 +28,7 @@ deploy:
31
28
- provider : pypi
32
29
user : adafruit-travis
33
30
password :
34
- secure : # -- PASTE ENCRYPTED PASSWORD HERE --#
31
+ secure : J/BVp5vHcmjpKFVmYCL0NoUqbk/TLwq1VtpF+EEvpzV+xEAelnwbnv49I27gUsRZH/mfBZi2KO+cTdVXAWCchXAo7QuPyHSnXdHLhmYmO5qRuClAE7Jyn8lYoScPpXhxV9jXg0kpq1CW1xetqxepPOqkT1+i+mL+Cb+2XurXv9kWSE+kzIdGIAAwbxPlgEPnUuNHCAjGBfzEWoCAk3BRT/31sfJ7K87awIcrYeOSxyl4H+uqCXRw5KvaleiW7sSu5Dgl+uwKUXnir/Nwm7eyrfF4N38Yf7sMmqiZxSMFrTsK9aDtr4NFfJvgKfXHKcdqdBXKFplOE7qILG/4WBSCXwO1Gep+sd2aQB6TJCg73Y/vh4skutIgigYKbqkZ7kZ8mFTlFxxRT1pTDf2qbcxUkwwjBGWQO9ORj8q8wwXQAMfMk5bxTgz3Vtqzbk0fruU2TswZu+LrgsLrVOh/gqBb302yiLhI9RzH+06M60JD59M0h1KvLIqJmaYI2oT2oguWpqnNeHLzC+yNx4IRe3IGrK2XF/OVzm9DzIAkgrCguZWq2ksx+RfTtwmRX0wtgUdpy+nCZDGDpWmG/xrC5PaMRTlA8QVK0dETjGs3wXxGxQyM8rjnxJ324+8LfrvT8/m8/AEjXQM/Y9Cv3sHI1hLW9UMPa8fLQFzuuAbNQuuV3Eo=
35
32
on :
36
33
tags : true
37
34
condition : $DEPLOY_PYPI = "true"
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ This is easily achieved by downloading
30
30
31
31
Installing from PyPI
32
32
--------------------
33
- .. note :: This library is not available on PyPI yet. Install documentation is included
34
- as a standard element. Stay tuned for PyPI availability!
35
33
36
34
On supported GNU/Linux systems like the Raspberry Pi, you can install the driver locally `from
37
35
PyPI <https://pypi.org/project/adafruit-circuitpython-vcnl4040/> `_. To install for current user:
You can’t perform that action at this time.
0 commit comments