Skip to content

Encrypt travis for .com #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ deploy:
on:
tags: true
password:
secure: LivFEwSiQDtbrHqKaYlHy3fHvggGf9TviBndcDaxirV5BdhAq49Jd+tpNoLsGBfY+W8RNo+FEwpOVjLBMuiH/+UUJL4shIfZ7ZhTJK0EpCYg9Gm1dD3xeSPdw+muwf+lEKrDHNe844ENeZHzPwsjiPXf3EC89GvXStaiXz90A3SDzP9Y4U1nIigAUe32F+FabJiGEzxGPKIUdT42/WRsYFj/aqdtemkOdzS/z+D66q+j0gY9PgZ4gMgylQPW0waLapzgRk9RHDoVnGACikiiLGa7JiM67Mz/kR+K+CUlGBTXUPS/YcLlmHveVcIQHOdT5Re0SdWH7T8qcdJHbtxL2089ev/MLQAIdUyN3blw7YPbQM/Qy/K3E0xSx7ETBWGfHzcA8YS/DWwRsNG8BOCDcX0IRZV+OvID44/kaCGCnd/Bp6VhJ9EpDSvqJgjW87F14uEMOXN/XDZEYSaXPcbF+l7QnBl9SqQtuBVT867Isp+DDum78E2mHSu3J8877aYXJ+8R6oL/RikUO+7Al9lBbEX0HJZlbXBqVlg7uuwldjOAwUe3rPq6Ht75wVKjeawbgajmcBTkg3ii2bozDOd6XAzJvmyb0myrnFXaHRCAFtQSI5rRUcq4DNKrryZ2C4DKcILKfi2EK8zTxm8fPftSX7OEk9pl4gcykVw1qjCrZIk=
secure: bD5El3zk97puLVLANQmOHt5Wju0gc/PPCk+5ShS0FA1+1XDrVjVC/MBawl9NIHFk52LCPvmZwT0BIyECpIJw8alvAMMJAc0JTmN5FL4/YzNYFiTgreKhmDiro2VEJ25jnCGXxB4acxYYGIio9ovmzBhR8R2xtNOrEN/EbdCKB/xHGggM9RMzhj2gp4HnEGei/+75JxXEBjoJjEqJhj9H/qUwXaIzyay8+Dt1HGjYcwknb7fJktQ42/iDtv1r3+QPcBr/NO5io4QLSwxjz7R72uHGyrU6aByz2UYHx6geKGiqY1VJgPAx2rmImxOuB3ubj96E8iBB/APS3LqqLuzdbbojz+aJ+Jx8cLwZmJqU6iX6QlGtIx4Jgyvvl1Qh3cmqqx83i6yP/74GbrMXYYtIuER7UYeznyVfEsF6Zx2qjKqzRquTGxpVQHGBkrr3RvOnd7F4QReIO/m3DppRt2KjjcIblMOf0hvcpws4RyxTrw+yHNQ9DyFIt/jJ6dpdgI6xHywSlT4b8qjjdS587xOQhfvJDthTyK9gu2l4h7jr6v3v0quqM/Q6qvt5pIaJCmrTG2Aw1T35j+K2OwqbzAngKrnZo4p/gZZdSj63hXZWkZ90oJddm9+7atQfpquzq4wHd63hmnO6xYhUpGWb4psarozKVcWy3ZM0YXW+jPhEMII=
install:
- pip install -r requirements.txt
- pip install circuitpython-build-tools Sphinx sphinx-rtd-theme
Expand Down
2 changes: 1 addition & 1 deletion adafruit_motorkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
`adafruit_motorkit`
====================================================

.. CircuitPython helper library for DC & Stepper Motor FeatherWing, Shield, and Pi Hat kits.
CircuitPython helper library for DC & Stepper Motor FeatherWing, Shield, and Pi Hat kits.

* Author(s): Scott Shawcroft, Kattni Rembor

Expand Down