This adds `cover` and `coveralls` envs in `tox`, and a call to `coveralls` in `.travis.yml`. Settling for 60% coverage for now.
15 lines
145 B
Plaintext
15 lines
145 B
Plaintext
# Build artifacts
|
|
*.py[cod]
|
|
oauth2client.egg-info/
|
|
build/
|
|
dist/
|
|
docs/
|
|
|
|
# Test files
|
|
.tox/
|
|
|
|
# Coverage files
|
|
.coverage
|
|
coverage.xml
|
|
nosetests.xml
|