Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Revolution1 committed Apr 17, 2019
1 parent dc8ad3f commit 8daa908
Show file tree
Hide file tree
Showing 9 changed files with 39 additions and 2,367 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ env:
# - ETCD_VER=v3.3.4
# - ETCD_VER=v3.3.7
# - ETCD_VER=v3.3.9
- ETCD_VER=v3.3.10

# - ETCD_VER=v3.3.10
- ETCD_VER=v3.3.12


before_install:
- sudo docker pull quay.io/coreos/etcd:$ETCD_VER
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Notice: The authentication header through gRPC-JSON-Gateway only supported in [e

## Features

* [x] Support python2.7 and python3.5+
* [x] Support python2.7 and python3.5+ (aiohttp requires python3.5.2+)
* [x] Sync client based on requests
* [x] Async client based on aiohttp
* [x] TLS Connection
Expand Down
Loading

0 comments on commit 8daa908

Please sign in to comment.