Refactor GoogleCloudProvider

* in _rrset_for_X functions, use values instead of data attribute.
* Small typo fixes and removals of redundant steps etc.
* Unset GOOGLE_APPLICATION_CREDENTIALS in coverage script.
This commit is contained in:
Petter Hassberg
2017-10-07 16:13:11 +02:00
parent 8230700ad1
commit aabab63003
3 changed files with 26 additions and 21 deletions
+1
View File
@@ -24,6 +24,7 @@ export DNSIMPLE_TOKEN=
export DYN_CUSTOMER=
export DYN_PASSWORD=
export DYN_USERNAME=
export GOOGLE_APPLICATION_CREDENTIALS=
coverage run --branch --source=octodns `which nosetests` --with-xunit "$@"
coverage html