diff --git a/.coveragerc b/.coveragerc index d09fe9c..fce4122 100644 --- a/.coveragerc +++ b/.coveragerc @@ -2,4 +2,4 @@ omit = */python?.?/* */site-packages/nose/* - tests.py + test/* diff --git a/.gitignore b/.gitignore index ced8d90..c8671e5 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,7 @@ Icon ### Added by etg setenv + +### Added by ndm +venv +.idea \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index c973ea5..c172711 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: python python: - 2.6 + - 2.7 install: - pip install -r requirements.txt --use-mirrors script: - nosetests tests.py --with-coverage --cover-package=toopher + nosetests --with-coverage test after_success: coveralls diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index dc36c5f..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,18 +0,0 @@ -# ToopherAPI Python Client - -#### Python Version ->=2.6.0 - -#### Installing Dependencies -Toopher uses [pip](https://pypi.python.org/pypi/pip) to install packages. - -To ensure all dependencies are up-to-date run: -```shell -$ pip install -r requirements.txt -``` - -#### Tests -To run tests enter: -```shell -$ python tests.py -``` diff --git a/README-Iframe.md b/README-Iframe.md deleted file mode 100644 index ed10347..0000000 --- a/README-Iframe.md +++ /dev/null @@ -1,119 +0,0 @@ -Authenticating using the Toopher ` -``` - -There is no difference in the markup required for a Pairing vs. an Authentication iframe request (the generated URI embeds all relevant information). - -# Examples - -#### Generating an Authentication iframe URI -Every Toopher Authentication session should include a unique `request_token` - a randomized string that is included in the signed request to the Toopher API and returned in the signed response from the Toopher `