File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ The following examples demonstrate how to use the driver in each mode.
3636
3737### Default mode (blocking I/O)
3838The driver's default mode of operation is to use blocking I/O, i.e. standard Python
39- sockets. This example shows how to create a table, populate with data, and get every
39+ sockets. This example shows how to create a table, populate with data, and get every
4040document.
4141
4242``` python
@@ -252,6 +252,7 @@ Remote test will create a new temporary SSH key and a Droplet for you until the
252252| DO_REGION | sfo2 |
253253
254254``` bash
255+ $ pip install paramiko python-digitalocean
255256$ export DO_TOKEN=< YOUR_TOKEN>
256257$ make test-remote
257258```
Original file line number Diff line number Diff line change @@ -2,6 +2,4 @@ codacy-coverage==1.3.11
22mock == 2.0.0
33pytest-cov == 2.6.1
44pytest == 4.3.0
5- paramiko == 2.4.2
6- python-digitalocean == 1.13.2
75six == 1.12.0
You can’t perform that action at this time.
0 commit comments