Nudge travis

This commit is contained in:
Tom Christie
2019-03-21 11:30:18 +00:00
parent 66be821d13
commit d7585e1b7d
+2 -2
View File
@@ -13,13 +13,13 @@ Next set of things to deal with:
* async cookie persistence, for on-disk cookie stores.
* make sure authentication works okay (does it use adapters, is the API broken there now?)
Installation:
## Installation:
```shell
$ pip install requests-async
```
Usage:
## Usage:
Just use the standard requests API, but use `await` for making requests.