Skip to content

Commit

Permalink
Merge branch 'master' of github.com:globocom/GloboNetworkAPI-client-p…
Browse files Browse the repository at this point in the history
…ython
  • Loading branch information
pantuza committed Dec 27, 2016
2 parents db90573 + fb0c52d commit f3a0d8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This project is the python implementation of a [GloboNetworkAPI](https://github.

Install the project by running:
```bash
$> python setup.py install
$> pip install GloboNetworkAPI
```

### Contributing
Expand All @@ -19,12 +19,12 @@ $> make setup
```

### Testing
Tests are divided into Functional and Unit tests. They are located inside tests directory.
Tests are divided into Integration, Functional and Unit tests. They are located inside tests directory.
To run tests, first install tests dependencies by running:
```bash
$> make test_setup
```

It will download and run GloboNetworkAPI using vagrant.
After that, just run the tests using:
```bash
$> make test
Expand All @@ -35,7 +35,7 @@ $> make test
Before releasing new version, don't forget to update the version you want. After this, run:

```bash
   make publish
$> make publish
```

You can not upload the same version twice.

0 comments on commit f3a0d8f

Please sign in to comment.