updated readme.mustache in python client

This commit is contained in:
geekerzp
2015-05-15 14:51:51 +08:00
parent d798b943f5
commit 6826a1d7df
2 changed files with 13 additions and 8 deletions

View File

@@ -44,8 +44,9 @@ Our Makefile handles much of this for you as long as you're running it inside of
```sh ```sh
$ make test $ make test
[... magically installs dependencies and runs tests on your virtualenv] [... magically installs dependencies and runs tests on your virtualenv]
Ran 182 tests in 1.633s Ran 7 tests in 19.289s
OK (SKIP=6)
OK
``` ```
You can test in various python versions using: You can test in various python versions using:
@@ -53,7 +54,8 @@ You can test in various python versions using:
```sh ```sh
$ make test-all $ make test-all
[... tox creates a virtualenv for every platform and runs tests inside of each] [... tox creates a virtualenv for every platform and runs tests inside of each]
py27: commands succeeded py27: commands succeeded
py34: commands succeeded py34: commands succeeded
congratulations :)
``` ```

View File

@@ -44,8 +44,9 @@ Our Makefile handles much of this for you as long as you're running it inside of
```sh ```sh
$ make test $ make test
[... magically installs dependencies and runs tests on your virtualenv] [... magically installs dependencies and runs tests on your virtualenv]
Ran 182 tests in 1.633s Ran 7 tests in 19.289s
OK (SKIP=6)
OK
``` ```
You can test in various python versions using: You can test in various python versions using:
@@ -53,6 +54,8 @@ You can test in various python versions using:
```sh ```sh
$ make test-all $ make test-all
[... tox creates a virtualenv for every platform and runs tests inside of each] [... tox creates a virtualenv for every platform and runs tests inside of each]
py27: commands succeeded py27: commands succeeded
py34: commands succeeded py34: commands succeeded
congratulations :)
``` ```