Skip to content

Setup file for building distributions and tox integration for testing #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Mar 27, 2017
Merged
Prev Previous commit
Next Next commit
Added tox to the list of tooling requirements
  • Loading branch information
Hiranya Jayathilaka committed Mar 23, 2017
commit eb9bb8ffeb220b6baad8caadaa341ad598abf467
11 changes: 3 additions & 8 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,9 @@ to learn how to run a subset of all test cases.

Sometimes we may want to run unit tests in multiple environments (e.g. different
Python versions), and ensure that the SDK works as expected in each of them.
We use [tox](https://tox.readthedocs.io/en/latest/) for this purpose. Install
the latest version of tox using pip:

```
pip install -U tox
```

Now you can execute the following command from the root of the repository:
We use [tox](https://tox.readthedocs.io/en/latest/) for this purpose.
You can execute the following command from the root of the repository to
launch tox:

```
tox
Expand Down
4 changes: 3 additions & 1 deletion .github/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
pytest >= 3.0.6
pylint >= 1.6.4
pytest >= 3.0.6
tox

oauth2client >= 4.0.0